Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 850 Bytes

File metadata and controls

39 lines (27 loc) · 850 Bytes

Hand 2D Ground Truth viewer

A tool to view the data set and the ground truth created for the project "3D Object Reconstruction from Hand-Object Interactions". The datasets can be obtained freely in the project page http://files.is.tue.mpg.de/dtzionas/In-Hand-Scanning/

Dependencies

Opencv and QT 4 and CMake

Build

mkdir build
cd build
cmake ..
make

Run

cd bin
./viewer

In the gui window, click in the browse button and select the base folder of the dataset. For example: for dataset 01 you will have to select the subfolder inside called "1" that has the folders "rgb", "rgb", etc. below it.

|-01
  |- 1 <-- folder to choose
     |- rgb
     |- rgbd
     |- joints_2D_GT
     |- depth_viz
     |- annotations
     |- detections
     |- pcl