hsiangwei0903 / Deep-EIoU

34 stars 4 forks source link

Detections from train and val #11

Open bstandaert opened 3 months ago

bstandaert commented 3 months ago

Hi, Thank you for your great work, this is very interesting. I would be interested in getting the detections as you have provided for the test but also for the train and validation set. Would you mind either sharing these (in .npy format) or either explaining how you obtained them for the test set. Thank you very much.

hsiangwei0903 commented 3 months ago

We have released the detection for the test set. For the training and validation set the ground truth detection is provided in the SportsMOT dataset. You can modify demo.py to get the detection (in any format, according to how you modify the code).