Towards-Realtime-MOT icon indicating copy to clipboard operation
Towards-Realtime-MOT copied to clipboard

demo output is not correct

Open fengshuangme opened this issue 6 years ago • 11 comments
trafficstars

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。

fengshuangme avatar Oct 24 '19 06:10 fengshuangme

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

ThanhPham1987 avatar Oct 24 '19 07:10 ThanhPham1987

@ThanhPham1987 i use PyCharm.

fengshuangme avatar Oct 25 '19 01:10 fengshuangme

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

ThanhPham1987 avatar Oct 28 '19 03:10 ThanhPham1987

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

ThanhPham1987 avatar Oct 30 '19 07:10 ThanhPham1987

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

Finniu avatar Nov 04 '19 09:11 Finniu

Hi guys, have you solved this problem?

Zhongdao avatar Jan 12 '20 14:01 Zhongdao

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

pordeli avatar Feb 21 '20 04:02 pordeli

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

Zhongdao avatar Feb 21 '20 04:02 Zhongdao

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

pordeli avatar Feb 21 '20 04:02 pordeli

@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.

JoeyQWu avatar Apr 11 '20 11:04 JoeyQWu

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

fyture avatar Dec 21 '20 08:12 fyture