-
I want to use my trained model in python, but not work.
What happen? How to solve this problem?
What is the best language and how to implement as the best?
Python:
```
from darkflow.net.bui…
-
Hi,
I'm trying to train Tiny YOLOv3 using COCO dataset. I have done everything as required but when I run the command `./darknet detector train cfg/obj.data yolov3-tiny-obj.cfg yolov3-tiny.conv.15`…
-
Model | Size(MB) | Precision(IOU) | Recall(Ratio) | Processing Time(ms)
-- | -- | -- | -- | --
Yolo | 195 | 0.74 | 0.93 | 2034
Tiny-Yolo | 61 | 0.62 | 0.77 | 1160
Compressed Tiny-Yolo | 25 |…
-
Hi
We are working on integrating yolo-v3-tiny-tf int-8 IR model into the dlstreamer pipeline following the [documentation provided for changing model](https://github.com/dlstreamer/pipeline-server/b…
-
at line 115 : boxes1 = tf.transpose(boxes1, [1, 2, 3, 0])
the boxes1 data format transform from [cx, cy, w, h] to [x1, y1, x2, y2] yet.
why there is line 115 convet format to [y1, x2, y2, x1] ????…
-
Hi, I'm trying to train `Tiny Yolo v2 `with my custom data. But unfortunately I can't download the default weights file for tiny-yolo-voc: http://pjreddie.com/media/files/tiny-yolo-voc.weights
Mayb…
-
When I run the tiny yolo example provided in the repo (`python yolo_main.py -w yolo_tiny.caffemodel -m prototxt/yolo_tiny_deploy.prototxt -i images/dog.jpg`)
I get the following error
```
I0926 1…
-
Hi, I have a problem with the sample. Would you please help me?
OpenVINO docker,
Ubuntu 1604,
x86_64,
I followed the steps in your script.txt file to generate the *.xml and *.bin file of…
-
I want to train the Yolov3 network instead of the tiny Yolov3 network. With tiny I can train but when I switch to yolov3 I have a memory problem.
My network contains about 1000 photos
# YOLO opti…
-
First of all, thanks a lot for the great work/package/documentation!
I trained a YoloV4 Tiny model using this script:
```python
from tensorflow.keras import callbacks, optimizers
from yolov4.t…