Submit your VideoCube and MGITtracking results and automatically evaluate the performance. Your leaderboard will be updated in minutes.
Please login or register to submit your results.
Please submit your tracking results as a single .zip file. You can download an exemplar submission for full version (100 sequences) or tiny version (30 sequences). Please organize your result files as follows:
|-- tracker/
| |-- result/
| | |-- tracker_001.txt
| | |-- tracker_006.txt
| | | ......
| | |-- tracker_500.txt
| |-- time/
| | |-- tracker_001.txt
| | |-- tracker_006.txt
| | | ......
| | |-- tracker_500.txt
Bounding box files should be saved in the result folder. Each bounding box file is named as <tracker_XXX>.txt where XXX is the sequence number. The file contains an N×4 matrix with each line representing one object instance:
<bb_xmin>, <bb_ymin>, <bb_width>, <bb_height>
Time files should be saved in the time folder. Each time file is named as <tracker_XXX>.txt where XXX is the sequence number. The file contains an N×1 matrix. Each line of the file is a floating number indicating the tracking runtime at a single frame.
Please submit your tracking results as a single .zip file. You can download an exemplar submission for full version (100 sequences) or tiny version (30 sequences). Please organize your result files as follows:
|-- tracker/
| |-- result/
| | |-- tracker_001.txt
| | |-- tracker_006.txt
| | | ......
| | |-- tracker_500.txt
| | |-- init_tracker_001.txt
| | |-- init_tracker_006.txt
| | | ......
| | |-- init_tracker_500.txt
| |-- time/
| | |-- tracker_001.txt
| | |-- tracker_006.txt
| | | ......
| | |-- tracker_500.txt
Bounding box files should be saved in the result folder. Each bounding box file is named as <tracker_XXX>.txt where XXX is the sequence number. The file contains an N×4 matrix with each line representing one object instance:
<bb_xmin>, <bb_ymin>, <bb_width>, <bb_height>
Initialization Files should be saved in the result folder. Each initialization file is named as <init_tracker_XXX>.txt where XXX is the sequence number.
Time files should be saved in the time folder. Each time file is named as <tracker_XXX>.txt where XXX is the sequence number. The file contains an N×1 matrix. Each line of the file is a floating number indicating the tracking runtime at a single frame.
Please submit your tracking results as a single .zip file. You can download an exemplar submission for tiny version (30 sequences). Please organize your result files as follows:
|-- tracker/
| |-- result/
| | |-- tracker_001.txt
| | | ......
| | |-- tracker_498.txt
| |-- time/
| | |-- tracker_001.txt
| | | ......
| | |-- tracker_498.txt
Bounding box files should be saved in the result folder. Each bounding box file is named as <tracker_XXX>.txt where XXX is the sequence number. The file contains an N×4 matrix with each line representing one object instance:
<bb_xmin>, <bb_ymin>, <bb_width>, <bb_height>
Time files should be saved in the time folder. Each time file is named as <tracker_XXX>.txt where XXX is the sequence number. The file contains an N×1 matrix. Each line of the file is a floating number indicating the tracking runtime at a single frame.