-
Hello,
I am trying to create a script that run YOLO on a videofile filmed by a camera. When I have a display it runs fine but when running in terminal I get an error about running without display.
…
-
## Reference
- [Github repo](https://github.com/AlexeyAB/darknet)
- [How to train (to detect your custom objects)](https://github.com/AlexeyAB/darknet#how-to-train-to-detect-your-custom-objects)
…
-
I cloned the darknet, and make it on my Pi, without ANY modification. No OpenCV.
But darknet fails both in detect and classifier.
I run darknet with `./darknet detect cfg/yolov3-tiny.cfg yolov3-…
-
After I set up the environment, I run this command
**roslaunch darknet_ros darknet_ros.launch**
However, I met errors.
![image](https://user-images.githubusercontent.com/67538561/145107865-18…
-
**Tried:**
flow --model cfg/tiny-yolo.cfg --load bin/tiny-yolo.weights
**Got:**
Parsing ./cfg/tiny-yolo.cfg
Parsing cfg/tiny-yolo.cfg
Loading bin/tiny-yolo.weights ...
Traceback (most recent cal…
-
Hello everyone,
I would like to add YOLO feature to Unitree Go1.
I'm quite new to ROS and Unitree but I'm trying to understand where and how to put https://github.com/leggedrobotics/darknet_ros in G…
-
When I run "roslaunch darknet_ros yolo_v3.launch", I get the following error:
`YOLO V3
First section must be [net] or [network]: Resource temporarily unavailable
[darknet_ros-1] process has died…
-
Hi,
I'm using a darknet yolov4-custom model for detecting small objects modified according to this guide [darknet-small-objects](https://github.com/AlexeyAB/darknet#how-to-improve-object-detection)…
-
error Traceback (most recent call last)
in ()
32 # load our YOLO object detector trained on COCO dataset (80 classes)
33 print("[INFO] loading YOLO fr…
-
I downlown the code and run in Ubuntu16.06
my cmakelist is
`
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
project(yolo-app)
set(CMAKE_CXX_STANDARD 14)
set(Torch_DIR /home/zyy/libtorch/shar…