-
Hi,
I am trying to solve a problem where I have only 1 class. Tried modifying the 2 class (2c) cfg file and use it along with the yolo.weights , but the results were not good.
(1) Could some on…
-
Hello.
is have simple question - this repo contains manual discribing how to train Yolov3, Yolov4 and Tiny yolov3.
As i understand - for yolov3 training i need:
1. yolo-obj.cfg ( for Yolov3)
2. In…
-
for tiny-yolo it's clearly explained that in the cfg file we need to modify "filters" and "classes". What should be modified in .cfg file (except obviously "classes") to run full yolo with desired num…
-
Currently trying to create a tinier version of the [v3 tiny](https://github.com/pjreddie/darknet/blob/master/cfg/yolov3-tiny.cfg). I was messing around with the cfg file and have come up with [this](h…
-
I tried to do training with my custom trained tiny yolo weights and updated all the cfg and weight file but got error while tracking. Could you please help.
![image](https://user-images.githubuser…
-
I have a trained custom Tiny YOLOv3 model trained, and I'm trying to use Python wrapper implemented in darknet.py:
```
if __name__ == "__main__":
performDetect(imagePath="../data/test1.jpg"…
-
Hello everyone,
I have no problem when I convert to tflite when converting yolov4 models or yolov3 tiny models (with 2 yolo-layers).
However, when I want to convert yolov3 tiny-prn models or yol…
-
I want to write a detect function for my model,
It look like **detect(image)** and return class_prob, bounded box.
I use tiny-yolo model.
I already train and save one model(use model.save not model…
-
Hello, will there ever be Tiny-yolov3?
Btw, I want to thank @pjreddie , this new yolo is indeed impressive.
-
Hello @thtrieu
As it is stated on the guide, if I want to use the tiny-yolo-voc.cfg I need to set up the formula according to the classes as:
num * (classes + 5), being num = 5 and classes are…