You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: