-
I'm following the advices as described in ["How to improve object detection"](https://github.com/AlexeyAB/darknet#how-to-improve-object-detection) but I'm using the "yolov3-tiny_3l" and I need to dete…
-
Trying to run over yolov5 and it runs with no issue, however, running over yolov7 gives an issue:
(strongsort) C:\Users\Lenovo>cd \projects\strongsort
(strongsort) C:\projects\strongsort>python …
-
Is there any official method to convert custom trained YOLO models to openvino? I've noticed that, if training and then directly converting to openvino there are many errors in the detection (random b…
-
Hi, I'm running tiny yolo on an GeForce 1080 Ti 8GB and I'm wondering that my cpu runs at over 100% ("top") while the gpu is only at 30% ("nvidia-smi"). Are these normal numbers?
-
able to detect with-
- python detect.py --weights ./flc_asset/flc-tiny-yolo3-int8.tflite --size 416 --model yolov3 --image 1.jpg --framework tflite
but i dont think, int8 running properly. As resu…
-
i think this is same issue with #297
i trained this command
python3 flow --model cfg/tiny-yolo-voc-136c-combo18.cfg --train --dataset ./train/train15/Images --annotation ./train/train15/Annotations …
-
Hello everyone, I have tried to train darkflow using floydhub. I have already copy the file from my PC to the floydhub. Then i was using this command to train the data in floydhub.
`floyd run flow.…
-
Hi @ruiminshen, thanks for the project.
Could you show me how should I train for the yolo v1 (Tiny)?
Do I need to change the config.ini file? (I already downloaded the datasets VOC)
Thanks
-
-
My custom images info:
image size: w x h = 800 x 480, channels: 3
class count: 7 classes
training image count: 559 images
valid image count: 143 images
My tiny-yolo cfg:
```
batch=32
subdiv…