MCG-NJU / MeMOTR

[ICCV 2023] MeMOTR: Long-Term Memory-Augmented Transformer for Multi-Object Tracking
https://arxiv.org/abs/2307.15700
MIT License
140 stars 8 forks source link

the request of code for datasets organization #2

Closed Guzaiwang closed 10 months ago

Guzaiwang commented 10 months ago

Hi, thanks for your excellent work. Could you upload the pre-processed code to organize the dataset? (as follows):

DATADIR/
  ├── DanceTrack/
  │ ├── train/
  │ ├── val/
  │ ├── test/
  │ ├── train_seqmap.txt
  │ ├── val_seqmap.txt
  │ └── test_seqmap.txt
  ├── MOT17/
  │ ├── images/
  │ │ ├── train/
  │ │ └── test/
  │ └── gts/
  │   └── train/
  └── CrowdHuman/
    ├── images/
    │ ├── train/
    │ └── val/
    └── gts/
      ├── train/
      └── val/
Guzaiwang commented 10 months ago

When I downloaded the MOT_17 dataset and unzipped it, I got these files:

image

Could you give me some advice for the following dataset organisation?

HELLORPG commented 10 months ago

We uploaded the data organization code for MOT17. But I forgot to explain it. I will verify the correctness of this code immediately and update the documentation. At that time, I will reply to this issue to inform you.

Thank you for your interest in our work.

HELLORPG commented 10 months ago

When I downloaded the MOT_17 dataset and unzipped it, I got these files: image Could you give me some advice for the following dataset organisation?

We already updated (this commit) more details about data organization in our doc. You can find the scripts for MOT17 and CrowdHuman.

Guzaiwang commented 10 months ago

Thanks much for your kind and prompt response! It has solved my problem and I will close this issue.