使用YOLO实时检测,无法OpenCV的编译

问题描述 投票:1回答:1
$ ./darknet imtest data/eagle.jpg
L2 Norm: 371.992218
Not compiled with OpenCV, saving to Original.png instead
Not compiled with OpenCV, saving to Gray.png instead
Not compiled with OpenCV, saving to C1.png instead
Not compiled with OpenCV, saving to C2.png instead
Not compiled with OpenCV, saving to C3.png instead
Not compiled with OpenCV, saving to C4.png instead
$ ./darknet detector demo cfg/coco.data cfg/yolo.cfg yolo.weights football.mp4
Demo needs OpenCV for webcam images.

虽然,我有写的OpenCV = 1 makefile文件,并且我已经OpenCV的下载以及。

这里是我的Python和OpenCV版本

Python 3.6.0 |Anaconda custom (x86_64)| (default, Dec 23 2016, 13:19:00) 
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
>>> cv2.__version__
'3.2.0'
>>> 

很感激,如果有人知道如何解决这个问题

python opencv real-time detection
1个回答
0
投票

尝试改造项目如果没有安装翻拍然后再进行安装并做$重拍暗网那么它应该工作。工作对我罚款

© www.soinside.com 2019 - 2024. All rights reserved.