CaptainEven / MCMOT

Real time one-stage multi-class & multi-object tracking based on anchor-free detection and ReID
MIT License
383 stars 82 forks source link

跑demo时报错name 'width' is not defined #26

Closed yumeng88 closed 3 years ago

yumeng88 commented 3 years ago

复现代码时 root@c630585089e3:/home/envs/MCMOT/src# /home/envs/MCMOT/videos/MOT16-03.mp4 bash: /home/envs/MCMOT/videos/MOT16-03.mp4: Permission denied root@c630585089e3:/home/envs/MCMOT/src# python3 demo.py Fix size testing. training chunk_sizes: [10] The output will be saved to /home/envs/MCMOT/src/lib/../../exp/mot/default Net input image size: 1088×608 heads: {'hm': 5, 'wh': 2, 'id': 128, 'reg': 2} 2020-09-12 08:38:02 [INFO]: Starting tracking... 2020-09-12 08:38:02 [INFO]: Starting tracking... Lenth of the video: 1500 frames Creating model... loaded ../models/mcmot_last_track_resdcn_18.pth, epoch 9 2020-09-12 08:38:04 [INFO]: Processing frame 0 (100000.00 fps) 2020-09-12 08:38:04 [INFO]: Processing frame 0 (100000.00 fps) 2020-09-12 08:38:04 [INFO]: name 'width' is not defined 2020-09-12 08:38:04 [INFO]: name 'width' is not defined