Submit your GOT-10k tracking results and automatically evaluate the performance. Your leaderboard will be updated in seconds.
Please login or register to submit your results.
Please submit your tracking results as a single .zip file. Click here to download an exemplar submission.
(If you use our Python or MATLAB toolkit, the .zip file will be automatically generated once all sequences are run)
Each bounding box file is named as <sequence_name_00i>.txt where i is the repetition number. The file contains an N×4 matrix with each line representing one object instance:
<bb_xmin>, <bb_ymin>, <bb_width>, <bb_height>
All coordinate values are 1-based.
Each time file is named as <sequence_name>_time.txt. The file contains an N×R matrix, where N is the frame number while R denotes the reptition time. Each entry of the file is a floating number indicating the tracking runtime at a single frame.
The unzipped results should follow the file structure:
|-- <tracker_name>
|-- GOT-10k_Test_000001
| |-- GOT-10k_Test_000001_001.txt
| |-- GOT-10k_Test_000001_002.txt
| |-- GOT-10k_Test_000001_003.txt
| |-- GOT-10k_Test_000001_time.txt
|-- GOT-10k_Test_000002
| |-- GOT-10k_Test_000002_001.txt
| |-- GOT-10k_Test_000002_002.txt
| |-- GOT-10k_Test_000002_003.txt
| |-- GOT-10k_Test_000002_time.txt
|
| ......
|
|-- GOT-10k_Test_000180
| |-- GOT-10k_Test_000180_001.txt
| |-- GOT-10k_Test_000180_002.txt
| |-- GOT-10k_Test_000180_003.txt
| |-- GOT-10k_Test_000180_time.txt