Menu

Running Experiments

Paola Katherine Rozo

Running Experiments

3D EXPERIMENTS

To run experiments we should to:

  1. Create a dataset, it must contain a train and a test folder.
  2. Inside each folder, it is need to create three folders, raw, labeled and depth, in wich we are going to add the kinect dataset or similar. The raw folder contains the RGB images, depth contains the grayscale images from the depth information, and finally the labeled folders contains the hand labeled classes inside each image.
  3. For each new dataset, we need to generate a Labels class in C++. This task can be guide using the BodyPartsLabels.hh file as an example. The class must be store on the folder 'semantic/labels'.