ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.69k stars 891 forks source link

Total frames: 0 #177

Open Mobu59 opened 2 years ago

Mobu59 commented 2 years ago

Hello, I'm using the C++ version of Tensorrt,,but when I run the command "./bytetrack ../../../../YOLOX_outputs/yolox_tiny_mix_det/model_trt.engine -i ../../../../face1. mp4" ,it reports error, and I debug found that cap.isOpened() is equal to false.I checked a lot of information, but still can't solve it, what should I do?