Zhongdao / Towards-Realtime-MOT

Joint Detection and Embedding for fast multi-object tracking
MIT License
2.39k stars 539 forks source link

demo output is not correct #34

Open fengshuangme opened 5 years ago

fengshuangme commented 5 years ago

i can run the demo.py sucessfully , but the result.mp4 is the same as the input video , there is no detection and tracking. why is this phenomenon happens。

ThanhPham1987 commented 5 years ago

@fengshuangme Which IDE did you use for demo.py?

fengshuangme commented 5 years ago

@ThanhPham1987 i use PyCharm.

ThanhPham1987 commented 5 years ago

@fengshuangme Can you share structure of project when we use Pycharm

ThanhPham1987 commented 5 years ago

@fengshuangme I have the same issue. Have you solve it?

Finniu commented 4 years ago

try this demo https://github.com/Zhongdao/Towards-Realtime-MOT/issues/24#issue-507056236

Zhongdao commented 4 years ago

Hi guys, have you solved this problem?

pordeli commented 4 years ago

Hi. I am using the below comand but after running the comand as a result I get a video that is the same with input without detections and tracks. How should I solve it? I also tried the demo in comment 24 but get error. python demo.py --input-video ~/Documents/Towards-Realtime-MOT-master/11.mp4 --weights ~/Documents/Towards-Realtime-MOT-master/cfg/yolov3_1088x608.cfg --output-format video --output-root ~/Documents/Towards-Realtime-MOT-master/output

Zhongdao commented 4 years ago

@pordeli You have mistaken the config file for model weights. Find the trained model weights in README

pordeli commented 4 years ago

I changed to below command but still same result.

python demo.py --input-video ~/Documents/Towards-Realtime-MOT-master/11.mp4 --weights ~/Documents/Towards-Realtime-MOT-master/jde.1088x608.uncertainty.pt --output-format video --output-root ~/Documents/Towards-Realtime-MOT-master/output

JoeyQWu commented 4 years ago

@pordeli @fengshuangme @Finniu @Zhongdao @ThanhPham1987 Hi guys, have you solved this problem? I have met the same mistake about the no detection and mAP is always 0.

fyture commented 3 years ago

I can run the demo successfully but the result.mp4 can't play, so weird.