-
Currently trying to create a tinier version of the [v3 tiny](https://github.com/pjreddie/darknet/blob/master/cfg/yolov3-tiny.cfg). I was messing around with the cfg file and have come up with [this](h…
-
Alexander Wong, Mohammad Javad Shafiee, Francis Li, Brendan Chwyl
Object detection is a major challenge in computer vision, involving both object classification and object localization within a sce…
-
as I found out the tiny yolo network has a quite poor detection performance for my project compared to the much bigger full yolo model. but when you train with a param setting of 608x608 for image si…
-
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,
First of all, I have successfully implement openvino_tiny-yolov3_test.py.
Then, I would like to trade the accuracy for speed by reducing the input_size (416 -> 320), I have successfully achie…
-
In yolov3_tiny network dimensions of the first yolo layer is `13 x 13 x 255` and dimensions of the second one is `26 x 26 x 255`. However, if we use a network configuration in which unlike yolov3_tiny…
-
Scaled-YOLOv4: Scaling Cross Stage Partial Network - The best neural network for object detection (Top1 accuracy on MS COCO dataset)
Scaled YOLO v4 is the most accurate neural network (55.8% AP Mic…
-
Dear qqwwee and others,
1) Any hint how to change the code to use another number of anchors? (Especially only one anchor)
2) Any hint how to change the code to accept another neural network? (not …
-
I am currently working with the YoloV3-tiny.
To import the network into C++ project I use OpenVINO-Toolkit. In more detail I use the following procedure to convert the network:
https://docs.openvi…
Gio-n updated
4 years ago
-
I can not train to use random.
CFG:[yolo_v3_tiny_pan3_aa_ae_mixup_scale_giou.cfg.txt](https://github.com/AlexeyAB/darknet/files/4343162/yolo_v3_tiny_pan3_aa_ae_mixup_scale_giou.cfg.txt)
I use the…