Scalsol / mega.pytorch

Memory Enhanced Global-Local Aggregation for Video Object Detection, CVPR2020
Other
566 stars 115 forks source link

How to train on ICDAR2013 dataset? #98

Open cyborg1995 opened 3 years ago

cyborg1995 commented 3 years ago

Hello, I want to train on the ICDAR2013 dataset.

The dataset consists of video files as opposed to image sequences in ImageNet. How do I convert it to the required format? Also, the annotations are in .XML files.

CUSTOMIZE.md mentions that I should prepare a txt file, how do I prepare it from the dataset that I have?