-
Hi,
similar question to #561, should the last yolo layer [here](https://github.com/pjreddie/darknet/blob/f6d861736038da22c9eb0739dca84003c5a5e275/cfg/yolov3-tiny.cfg#L175) have masks 0,1,2?
-
Hi,
Thanks for the great repository. I am currently building a model to be retrained for my own dataset and wanted to clarify how I should go about retraining it using your repository if the suppor…
-
I was trying to use the tiny-yolo.weights for my project and I'm sure that I'm using the correct corresponding cfg file however it keeps on giving me this error:
Parsing ./cfg/tiny-yolo.cfg
Parsi…
-
Hello people, i would like yo use Yolo with only 4 labels.
What are the differences between Yolo 3 and Tiny Yolo 3??
What would be the best option for a big images (1500x2500 aprox) and only 4 l…
-
Hi, how can I use yolo_tiny?
there is no code to make -j4
Could you help me?Thanks a lot
-
I find run.py is updated.
-# FLAGS.model = "darkflow/cfg/yolo.cfg" # tensorflow model
-# FLAGS.load = "darkflow/bin/yolo.weights" # tensorflow weights
-FLAGS.pbLoad = "tiny-yolo-voc-traffic.pb"…
-
Hi, thanks for the cool tools. Looking to try this out but the scripts cannot convert v1 models for me.
`python create_yolo_caffemodel.py -m prototxt/yolo_tiny_train_val.prototxt -w tiny-yolo.weig…
-
I have Change ANCHORS MASKS OUTPUT_WIDTH to this:
```
private static final int[] OUTPUT_WIDTH = new int[]{26, 13};
private static final int[][] MASKS = new int[][]{{3, 4, 5}, {1, 2, 3}};
…
-
Hi, i tried to use tiny-yolo.cfg and tiny-yolo.weights, when i run the command
`python3 flow --model cfg/tiny-yolo.cfg --load bin/tiny-yolo.weights`
I found some errors like this
> Parsing ./c…
-
Hello,
I want to train tiny YOLO on my own dataset. How can I train it?
Thank you,