Skip to content

Dataset Format and Difference between tracking and tracking-2023 #11

@WesleyHsieh0806

Description

@WesleyHsieh0806

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
image

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"])

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions