MCG-NJU/MeMOTR

the request of code for datasets organization

Guzaiwang opened this issue · 4 comments

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/

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 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.

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.

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