-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hi, thanks for your great work.
Some questions regarding the annotation format: In the main paper, you claimed that there are 10 columns
The ground truth and detections are stored in their own subfolder in comma-separate csv files with 10 columns. These values correspond in order to: frame ID, track ID, top left coordinate of the bounding box, top y coordinate, width, height, confidence score for the detection (always 1. for the ground truth) and the remaining values are set to -1 as they are not used in our dataset, but are needed to comply with the MOT20 requirements
However, there are only 9 columns in MOT20. I am curious that if the last column has any meaning?
| MOT20 dataset format |
|---|
![]() |
Also, is there any difference between tracking and tracking-2023? Do they only differ in the challenge set?
mySoccerNetDownloader.downloadDataTask(task="tracking", split=["train", "test", "challenge"])
mySoccerNetDownloader.downloadDataTask(task="tracking-2023", split=["train", "test", "challenge"])