-
@tanluren hello, is your code uses darknet framework and darknet cfg?
-
HEY!
While I''m trying to compile your code with catkim_make, I'm taking this error :
Scanning dependencies of target single_image_test
[ 9%] Linking CXX executable /home/nvidia/ip_ws/devel/lib…
-
I am using RealSense d435. So I changed code of the "darknet_3d.yaml" file as follows.
```
darknet_ros_topic: /darknet_ros/bounding_boxes
output_bbx3d_topic: /darknet_ros_3d/bounding_boxes
point…
-
Hello there trying to compile on Ubuntu 18.04
cmake . .. -DUSE_OCV_BGFG=ON -DUSE_OCV_KCF=OFF -DUSE_OCV_UKF=OFF -DBUILD_YOLO_LIB=ON -DBUILD_YOLO_TENSORRT=OFF -DBUILD_ASYNC_DETECTOR=ON -DBUILD_CARS_C…
-
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…
-
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…
-
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…
-
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…