Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 897 Bytes

Tutorial_SelectionLabeling.md

File metadata and controls

22 lines (11 loc) · 897 Bytes

Tutorial: Selection and Labeling

Goal: Learn how to select and label frames from video sequences using Selection and Annotation Tool.

Video: https://lmb.informatik.uni-freiburg.de/data/RatTrack/data/freipose_tutorial_selection_labeling.mp4

It is assumed that the data of the Overview Pose Estimation tutorial is available.

For selection of frames call

python select.py config/model_rat.cfg.json /host/tutorial_data/pred_run010__00.json

To label the selected frames use

python label.py config/model_rat.cfg.json /host/tutorial_data/labeled_set0/

For more information on the tools also see:

Selection Tool

Labeling Tool