-
so I formatted my yolo cfg and obj files accordingly, but training was taking a long time, so I just downloaded the weights of my custom dataset which were available on a github page. Now this network…
-
**Describe the bug**
I was trying to detect an object with custom trained yolo weights.
I trained weight using https://github.com/AlexeyAB/darknet on PC with GPU without any problem.
For this, I…
-
@AlexeyAB Hi,I trained YOLOv3tiny-pan2.cfg。The loss got a sudden increase just like the following chart
![image](https://user-images.githubusercontent.com/37136363/63012245-7eae6c00-bebc-11e9-982d-d…
-
Theoretically, the conversion operation should work on all Ann. Why can yolo-tiny be converted while other networks cannot. If I want to convert other networks, what improvements do I need to make in …
ryikl updated
2 years ago
-
**Hello everyone,**
**I use ./darknet detector train button-tiny/cfg/obj.data button-tiny/cfg/yolov3-tiny.cfg darknet53.conv.74 to train my own weights.
here are my cfg file**
**obj.data**
cla…
-
Hello @Tianxiaomo,
I am trying to train my custom dataset using tiny-yolo-v4. I have made changes in the .cfg file and trying to train the network.
The following error has been raised. Do you have a…
-
Hi Andre, I hope you’re doing well! I’d like to get your advice on something. If I decide to change my dataset, what adjustments would I need to make throughout the workflow? Are there specific things…
-
Hi everybody!
I've trained yolo model for my own class of images.
It works pretty good, but now I want to use this network on my nvidia jetson tx1 and TX2 .
So. Is it possible to use to use my w…
-
**Hello everyone,**
**I use ./darknet detector train button-tiny/cfg/obj.data button-tiny/cfg/yolov3-tiny.cfg darknet53.conv.74 to train my own weights.
here are my cfg file**
**obj.data**
cla…
-
Hi @AlexeyAB
My testing and training image size is 320 x 240 px. Because of the limitation on the computing on the processor (Atom E3845 - Quad core - 1.91 GHz), i have to reduce the network size …