xingyizhou / CenterTrack

Simultaneous object detection and tracking using center points.
MIT License
2.39k stars 526 forks source link

python demo.py tracking --load_model path --num_class 1 --demo path with --pre_hm #203

Open wb315 opened 3 years ago

wb315 commented 3 years ago

Dear author, Thanks for you wonderful work! When i want to test the model i trained, i found the result is different whether use --pre_hm or not. If dont use --pre_hm, the result is ok, use --pre_hm, there have some false pred bbox. Can you tell why you dont use --pre_hm when you run python demo.py tracking --load_model path --num_class 1 --demo path?

wb315 commented 3 years ago

@xingyizhou

Joll123 commented 3 years ago

I also encountered this problem. Have you solved it? And Why?