-
@Jumabek Hi
i have something about the plot_yolo_log.py
zxh@k40-2:~/darknet/darknet_scripts$ python plot_yolo_log.py /home/zxh/darknet/log/tiny-yolo-voc-train.log
Traceback (most recent call la…
-
I downloaded yolo-v4-tiny.weights and converted to pb using provided script. But got error in the next step:-
Model Optimizer version:
[ ERROR ] Exception occurred during running replacer "TFYOLO…
-
How can I convert this for yolo tiny?
-
Hi,
I am new to object detection. I am trying to train darkflow model to detect license plates in real time. But no matter how much I train it, I couldn't get correct results. There are a lot of boun…
-
I tried running tiny YOLO on raspberry pi 3 B+ for object detection from an image and it took a pretty long time to process it like 32 secs for a single image. Checked the CPU processes and found out …
-
I am interested in using PaddlePaddle's YOLO models for a project. However, before proceeding, I need to clarify the licensing terms associated with these models to ensure compliance with my project's…
-
in yolov3_tf2/models.py/ yolo_anchors & yolo_tiny_anchors are divided by 416 (the basic size for yolov3)
It is hard coded, and if you change the size for 608, it would stay the same. This should be a…
-
I execute the yolo.py, where I want to execute the .py from a script in another folder. Therefore, I use an alternative weights path.
PREFIX='/home/intel-nuc/keras-yolov3-model-set/keras-YOLOv3-mo…
-
Can [tiny-yolo-v3-coco](https://github.com/gorgonia/gorgonia/tree/master/examples/tiny-yolo-v3-coco) train on its own data set?
-
Hi, I tried all 3 models - yolov3, yolov4 and yolo-tiny
I downloaded the yolo .weights file, when I run `python save_model.py --model yolov4`, the `./checkpoints/yolov4-416/` has the .pb files
when …