CenterTrack
CenterTrack copied to clipboard
python demo.py tracking --load_model path --num_class 1 --demo path with --pre_hm
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?
@xingyizhou
I also encountered this problem. Have you solved it? And Why?