-
Probar en varias resoluciones cuantos FPS procesa cada modelo de OpenCV
Modelo/Resolución Tiny-Yolo Yolo ...
128x128
256x256
...
-
Hello,
I am using the tiny variants of YOLO on darknet_ros [https://github.com/tom13133/darknet_ros.git]. It seems that on all of them I am getting around 0.9-1.1 FPS on just CPU (core i7 if that is …
-
Hey, @KleinYuan .
Nice work on it :D 👍
There are a couple of things that's sort of an issue to me.
I installed the tensorflow on Ubuntu 16.04 and trained my own model
referring https://github…
-
After running git, and requirements, if I run
> python .\tiny_yolo.py
or any other scripts, I only get a text output, no video opens at all.
OS: windows 10
> Using Tiny YoloV4 model. If yo…
-
I am currently working on object detection on a custom dataset, where a close to real time implementation on a Jetson TX2 is the final goal. Hence, I am trying to achieve a performance of ~30 fps (20-…
saihv updated
6 years ago
-
Hello,
I am trying to custom train tiny yolo v3 with a dataset of 33 images. Each image contains ~350 non-overlapping objects. There are 3 classes of objects.
Note: I used turi create to train a…
-
When i running command :
`python yolo_main.py -m prototxt/yolo_tiny_deploy.prototxt -w weights/yolo_tiny.caffemodel -i images/cat.jpg`
I met error below:
`F0220 18:45:25.861762 19763 net.cpp:767] …
-
Hi zhen8838!
thanks your great works。I find you use mobilenet combine with yolo. I want to know the mAP value in VOC or COCO dataset and inference time.Or the mAP and inference time Compare wit…
-
I'm trying to train yolo-voc-2.0 on just 2 classes, would that make the detection faster? Or if I were to train yolo-tiny-voc-2.0 on 2 classes would it be as accurate as Yolov2?
-
Hi @andy-yun
I'm trying to train the tiny yolov2 on VOC, but I got the following error:
```
...
File "/home/jeferson/.local/lib/python3.5/site-packages/torch/nn/modules/module.py", line 518, …