-
I updated Darknet to the latest version,and i can't training on colab and my own PC .What happened was the same issue
`CUDA-version: 10010 (10010), cuDNN: 7.6.5, GPU count: 1
OpenCV version: 3.2…
-
Hello @AlexeyAB
Thank you for your effort in making this repository.
I've been recently using the YOLO to detect trucks in images, which turned out really well.
My next step is to try to find …
-
I updated Darknet to the latest version,and i can't training on colab and my own PC .What happened was the same issue
CUDA-version: 10010 (10010), cuDNN: 7.6.5, GPU count: 1
OpenCV version: 3.2.…
-
Implement Yolo-LSTM detection network that will be trained on Video-frames for mAP increasing and solve blinking issues.
* https://arxiv.org/abs/1705.06368v3
* https://arxiv.org/abs/1506.04214v2
…
-
**Check if issue already exists**
Created at the suggestion of @luxonis-eric
**Describe the bug**
I'm trying to optimize the speed at which I can track objects in 3D using an Oak-D-lite. This i…
-
I tried testing the conde using
**./darknet detect cfg/yolov3.cfg yolov3.weights data/dog.jpg**
It gave me this. There is no detection on predictions.jpg either. I tried webcam also. If I use th…
-
Hi,
great work. I'm also trying to use yolov3 in openvino. Have you checked the inference accuracy for the converted yolov3 model? I trained my own dataset with new model(based on the structure of yo…
-
I have already converted ckpt to pb file. The size of pb file is 248.2MB. Then I want to use the pb file for inference. I find this sample code
https://github.com/github2016-yuan/tensorflow-yolov3/b…
-
To make a mish tiny cfg which of the leaky layers would I need to set to mish?
Thanks
-
Hi.everyone.
I train just 5 class from VOK2012 dataset
training result is ...
step: more than 14000
loss: The value is continuously changed between 2 and 3.
and then I created my-yolo.pb …