Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom MOT data #530

Open
whiteplatin opened this issue Apr 27, 2022 · 3 comments
Open

Custom MOT data #530

whiteplatin opened this issue Apr 27, 2022 · 3 comments

Comments

@whiteplatin
Copy link

whiteplatin commented Apr 27, 2022

Ive got a video labelled as MOT which looks something like gt.txt:
1,1,1126.93,422.16,85.66999999999985,163.32,1,1,1.0 2,1,1127.48,421.92,85.67000000000007,163.32,1,1,1.0 3,1,1128.03,421.68,85.67000000000007,163.32,1,1,1.0 4,1,1128.58,421.44,85.67000000000007,163.32,1,1,1.0 5,1,1129.13,421.2,85.66999999999985,163.32,1,1,1.0 6,1,1129.68,420.96,85.66999999999985,163.32,1,1,1.0 . . .
Its using custom classes

In https://github.com/open-mmlab/mmtracking/blob/master/tools/convert_datasets/mot/mot2coco.py it mentions DET and Results, is that required ? I was hoping to get DET and Results after running mmtracking

@dyhBUPT
Copy link
Collaborator

dyhBUPT commented Apr 28, 2022

Hi, only if your tracker need detections as input (e.g., DeepSORT), DET is required.
"Results" is generated by running mmtracking.

Best wishes.

@noahcao
Copy link
Contributor

noahcao commented May 3, 2022

To be precise, DET is designed for public-detection, which means different tracking algorithms share the detection results to be associated. If you are not targeting this goal, DET files are not necessary.

@noahcao
Copy link
Contributor

noahcao commented May 6, 2022

If no public detections are provided, you can define your own MOT datasets by imitating the support of DanceTrack dataset as in PR #543 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants