DonDominic / MP2Net

The official code of our TGRS'24 paper MP2Net: Mask Propagation and Motion Prediction Network for Multi-Object Tracking in Satellite Videos
MIT License
15 stars 0 forks source link

How to test some video without annotations? #6

Open Jianfantasy opened 3 months ago

Jianfantasy commented 3 months ago

lt seems that the data is loaded must have annotations, but the test data do not have annotations. Could you explain how to run the testDis.py to get the track result of test set? Thanks for your work and reply.

DonDominic commented 3 months ago

@Jianfantasy There is no test version implementation for now, but it's easy to realize. If you still want to use the data flow in testDis.py, you should first generate a test.json file in the 'coco' format, with only the images key. Then, focus on the data process in coco_icpr.py. Specifically:

Hope this finds you well.