Scalsol / mega.pytorch

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

bbox in demo #56

Open linuxianLoord opened 3 years ago

linuxianLoord commented 3 years ago

Hi,

I have an issue in running the demo, there's no error and the video is outputed in vizualisations folder but without any bbox. Could you give me some cue?

Thanks

fengyue20 commented 3 years ago

I have this issue too. Did you change the {CONFIG_FILE} to 'configs/MEGA/vid_R_101_C4_MEGA_1x.yaml'

khadijakhaldi commented 3 years ago

please did you solve this issue ?

adityamd commented 3 years ago

Is the issue solved?

returnlsz commented 3 months ago

yeah,maybe I have found what's wrong with that,in your script demo.py,you can set the score threshold which is default 0.7(since your model's predcition is low confidence then will be discard so you won't see any box in results)