TransTrack
TransTrack copied to clipboard
demo运行后推理错误
加载671mot17_crowdhuman_mot17.pth模型后,推理的视频中基本没有检测框,当阈值设成0后,才会出现满屏矩形框。 我的参数这样设置的python demo.py --device cuda --video_input videos/palace.mp4 --demo_output output/ --track_thresh 0.4 --resume pretrained/671mot17_crowdhuman_mot17.pth
I tkink you can add arg "--with_box_refine True".
thank you for your advice!
你好 请问你是用什么环境实现的python setup.py build install