You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thank you for the great repo, the Gifs are very cool,
But when I tried to run it with those 2 models (mcmot_last_track_hrnet_18_deconv.pth and mcmot_last_track_resdcn_18_visdrone.pth)
the results were so bad, with the first one:
and with the drone model the bbx did not fit on the pedestrian and also flicker a lot !
Is this the normal case or am I missing something,
This is how I ran the model:
python3 demo.py
--id_weight 1
--load_model ../models/mcmot_last_track_resdcn_18_visdrone.pth
--input-video ../videos/sample.mp4
Do I miss any other arguments ?
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for the great repo, the Gifs are very cool,
But when I tried to run it with those 2 models (mcmot_last_track_hrnet_18_deconv.pth and mcmot_last_track_resdcn_18_visdrone.pth)
the results were so bad, with the first one:
and with the drone model the bbx did not fit on the pedestrian and also flicker a lot !
Is this the normal case or am I missing something,
This is how I ran the model:
python3 demo.py
--id_weight 1
--load_model ../models/mcmot_last_track_resdcn_18_visdrone.pth
--input-video ../videos/sample.mp4
Do I miss any other arguments ?
The text was updated successfully, but these errors were encountered: