我尝试将YOLO与视频和RTMP配合使用以实时检测对象。 我用了这个:https://github.com/MarcoBay/darknet-rtmp和https://github.com/AlexeyAB/darknet 但, 第一个问题: 当我使用此命令行时,它根本无法正常工作,如下所示。
darknet.exe detector demo cfg/coco.data yolocards.cfg yolocards_4000.weights test.mp4 -i 0 -out_filename res.avi
...
video file: test.mp4
Video-stream stoped!
Stream closed.
Video-stream stoped!
Stream closed.
为什么会出现此错误? 第二个问题: 我想将YOLO与RTMP一起使用。 如何解决这个问题?