-
I try the " python yolo.py --image-path=" part ,it returns a error
cv2.error: OpenCV(4.1.0) C:\projects\opencv-python\opencv\modules\dnn\src\darknet\darknet_importer.cpp:214: error: (-212:Parsing er…
-
I run a VM in GCP, and use Docker to create a container with Ubuntu18.04
But I've encountered ./linux_mark.sh error as below.
Hoping to solve this problem, thks!
```
root@9a3ecbadbd4c:/workspace…
-
I have been trying to use the image.darknet library as part of a looping process to process multiple files. It appears that doing so causes a crash of the R session. It happens using a fresh downloa…
-
I follow procedure with no problem until:
make
./darknet detect cfg/yolo.cfg yolo.weights data/dog.jpg
if I excecute 'make'
I get: '*** No targets specified and no makerfile found. Stop.'
if…
-
when I run object_detection_yolo.py, I got this error
user@user:~/Desktop/YOLOOpenCV$ python3 object_detection_yolo.py
OpenCV(3.4.1) Error: Parsing error (Unknown layer type: shortcut) in ReadDark…
-
When I run this demo,I meet the following error.
Can you help me ?
check the version opencv.
3.3.1
/usr/local/lib/python2.7/dist-packages/cv2.so
init darknet
OpenCV Error: Parsing error (Failed …
-
## 🐛 Bug
I am using my custom Yolo darknet dataset having multiple classes per image and I tried to visualize the bounding box after converting them from Yolo to the one used by Albumentation but I…
-
Hi @Affonso-Gui. I successfully run this code. Now, I wanna change to my environment which I am using ZED2 camera only with yolov4 object detection. So first step I try to change the input to ZED cam…
-
Hello,
I am trying to convert yolov4 model from darknet. I am using Jetson Nano and have compatible versions of CUDA, TensorRT, cuDNN and OpenCV installed. But, when i enter this command: `sudo pyt…
-
Hey @david8862,
Thanks for such amazing work.
I am having problem doing inference on yolov4tiny using yolo.py. I have converted .weights to .h5 and generated a anchors.txt file.
while running the…