GeekAlexis / FastMOT

High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀
MIT License
1.15k stars 253 forks source link

Please read & provide the following #263

Open CatfishW opened 1 year ago

CatfishW commented 1 year ago

Traceback (most recent call last): File "app.py", line 120, in main() File "app.py", line 66, in main stream = fastmot.VideoIO(config.resize_to, args.input_uri, args.output_uri, **vars(config.stream_cfg)) File "/home/spl/test/FastMOT/fastmot/videoio.py", line 90, in init raise RuntimeError('Unable to read video stream') RuntimeError: Unable to read video stream I'm trying to implement this project via my IP camera and Jetson AGX Orin, but I received feedback above when running app.py.