Scalsol / mega.pytorch

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

custom dataset test #43

Closed huanyuxinchen closed 4 years ago

huanyuxinchen commented 4 years ago

Hi @Scalsol Thanks for your great work. I created my custom dataset like VIDDataset and VIDMEGADataset for training and testing. Now, the training is finished, when I want to test like VID, I found the vid has a vid_ground_truth_motion_iou.mat file, how can I generate my own mat file or how can I avoid using this file? Thank you very much.

Scalsol commented 4 years ago

simply deleting the --motion-specific argument is enough if you are using the newest codebase. This .mat file was directly copied from the FGFA repo so I don't know how to generate this file, you may refer to the original paper to see how this file is generated if you really need to evalute motion-specific iou :)

huanyuxinchen commented 4 years ago

I think my codebase is not the newest, because the mat file does not rely on the --motion-specific argument. I will check the newest codebase. Thank you very much.