Run D-Track


Note

Please make sure you have installed the environment before trying to execute the application.

  • Open the terminal and execute the next command in the terminal to activate the environment.

    source activate d-track-environment
    

Windows mode

  • Execute the next command to open the Tracking application.

    d-track-singlecam
    
  • Or execute the next command to open the Smooth Path application.

    d-track-smoothpath
    
  • Execute the next command to open the Render application.

    d-track-render
    
../_images/singlecam.png

Batch/Terminal mode

Executing the software in batch mode is useful to analyse the videos on a computational cluster or to configure analysis to run one after each other using a shellscript.

To activate the batch mode, thanks to the PyForms framework, you just need to add the next 2 parameters to the applications calls.

d-track-singlecam terminal_mode --exec execute

or

d-track-smoothpath terminal_mode --exec execute

or

d-track-render terminal_mode --exec execute

More parameters

Call the command help to now which parameters you can use more.

d-track-smoothpath terminal_mode --help
../_images/batch-help.png

Full commands examples:

d-track-singlecam terminal_mode --_sceneFile 04Hugo201302211037_Scenario.obj --_video 04Hugo201302211037MergedEntrada.MP4 --_camera Camera1 --_blockSize1 1001 --_cValue1 296 --_blockSize2 1001 --_cValue2 297 --_blockSize3 1001 --_cValue3 297 --_range 13500,105249 --exec execute

d-track-singlecam terminal_mode --_sceneFile 04Hugo201302211037_Scenario.obj --_video 04Hugo201302211037MergedCascata.MP4 --_camera Camera2 --_blockSize1 1001 --_cValue1 277 --_blockSize2 1001 --_cValue2 277 --_blockSize3 1001 --_cValue3 277 --_range 13500,105249 --exec execute

d-track-render terminal_mode --_sceneFile 04Hugo201302211037_Scenario.obj --_video0 04Hugo201302211037MergedEntrada.MP4 --_video1 04Hugo201302211037MergedCascata.MP4 --_data output/04Hugo201302211037_Scenario_3d_tracking.csv --_outputfile test.avi --exec execute