Skip to content

Provides a docker container for a posetrack evaluation daemon

Notifications You must be signed in to change notification settings

anDoer/PoseTrackEvaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoseTrackEvaluation

Provides a docker container for a posetrack evaluation daemon.

Required Structure:

The Pose (Tracking) results for each sequence are required to be stored in a folder sequences like:

  • Experiments
    • Exp_1
      • sequences
        • *.json
      • results.txt (will be generated)
    • Exp_2
      • sequences
        • *.json
      • results.txt (will be generated)

The Evaluation Daemon will search for such folders and runs the official posetrack evaluation toolbox on each folder.

A file with all results is saved as shown above.

Usage

bash run_evaluation_daemon.sh $EXPERIMENT_PATH $POSETRACK_GT_PATH $NUM_SEQUENCES

where

$POSETRACK_GT_PATH = '$POSETRACK_DIR/posetrack_data/annotations/val'

for the validation set.

About

Provides a docker container for a posetrack evaluation daemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages