mmtracking icon indicating copy to clipboard operation
mmtracking copied to clipboard

Problem with inferring custom dataset.

Open vickyyd opened this issue 2 years ago • 4 comments

Hi, I used mmtracking v1.0.0rc1 to train on my custom dataset. The program I used was strong sort, and the dataset format was MOT. The training process went smoothly and without any errors. However, the program threw errors during the inference process (test and demo_mot_vis). The error thrown during the test process was 1667698819434 The error during the demo_mot_vis process was 1667698865277 I would be grateful for any help or advice.

vickyyd avatar Nov 06 '22 01:11 vickyyd

Hi, did you change the cfg file?

dyhBUPT avatar Nov 06 '22 02:11 dyhBUPT

Hi, did you change the cfg file?

Hi, I have changed the cfg file. I used a custom Backbone and Neck. By the way, the custom Backbone and Neck can run without any errors in mmdetection.

vickyyd avatar Nov 06 '22 02:11 vickyyd

Hi, did you change the cfg file?

Hi, I have changed the cfg file. I used a custom Backbone and Neck. By the way, the custom Backbone and Neck can run without any errors in mmdetection.

Maybe you should use the default cfg first, then see if the error is caused by your changes.

dyhBUPT avatar Nov 06 '22 02:11 dyhBUPT

hello,could you plz tell me how to make my own dataset?whats‘the using software,I find no guidance how to make custom VID dataset

meikorol avatar Apr 02 '23 12:04 meikorol