-
![giphy-1](https://user-images.githubusercontent.com/302108/28095734-ff67f906-6658-11e7-9cff-e4498de5d2a5.gif)
-
@n-snyder
While setting up [YOLO V4](https://pysource.com/2019/08/29/yolo-v3-install-and-run-yolo-on-nvidia-jetson-nano-with-gpu/) on the Jetson, I have understood that some packages such as openc…
-
FYI the darknet fork we use now support Zed stereo camera: https://www.stereolabs.com/zed/
This means that you can have with the bbox the distance to the camera.
![preview](https://user-images.g…
-
I am working on building a custom docker image deployable to a Jetson nano. At the moment I am simply copying the src folder of the ros workspace and hope to build (including colcon build) it before p…
-
Hello, I am using a Wyze Cam V3 with RTSP. I have verified the RTSP stream link works with both VLC media player and FFMPEG
I am trying to run Viseron with Docker-compose on a raspberry pi 4+. I ca…
-
What is equivalent command for this command
bash ./darknet.sh
pan.py -d -t
to execute in windows platform.
-
I ran the latest beta ( [v3.0.0b6])
however it doesn't seem to recognize cuda on jetson nano
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing…
-
I am sorry to disturb you again. when I tried to test the single_image_test node, i found that the result of the node recognition is much different with the darknet yolo test example using the same c…
-
Hi,
I'm using darknet for custom object detection and YOLOv4 in a Google Colab project. Until last week the code was working fine, but now I'm getting stuck at the beginning of both training and te…
-
Hi,
I maked the darknet with "GPU=1,CUDNN=1,OPENCV=1" successfully,however,when I use the command "sudo ./darknet detector test cfg/coco.data cfg/yolov3.cfg yolov3.weights data/dog.jpg
",it shows:
…