-
I have changed the cfg for the correct number of classes, filters, max batches, and steps
in the yolo loss function I have changed:
- image_size = 416
- self.strides = [32, 16]
- self.anchors…
-
大佬,有什么建议将yolov-4转为caffe吗,现在卡到了通道数减半这个操作上,caffe有哪个对应层可以对应吗,或者几个层组合实现这个功能,非常感谢
-
-
Hi guys:
yolov4-tiny has the route:
[route]
layers=-1
groups=2
group_id=1
How to convert yolov4-tiny to caffe without change the caffe layers, or which layer could achieve the function
th…
-
in yolov4-tiny.cfg, there are
mask = 3,4,5 and mask = 1,2,3
common anchors = 10,14, 23,27, 37,58, 81,82, 135,169, 344,319
why 6 anchors? is not 5 anchors?
if darknet.exe detector calc_anchor…
-
i have the same issue to some memory leak problem raised by others, it stops at radomly iteration when training,and my computer is crash. I use the yolov4-tiny, I clone the project 3 day ago, i think …
-
Hello,
I observed yolov4 tiny model has some groups and group_id parameters in route layers 3 times. Apparently the purpose of these layers is to divide the tensor, use the second half. Like changi…
-
I test coco map with yolov4-tiny. I follow https://github.com/AlexeyAB/darknet/wiki/How-to-evaluate-accuracy-and-speed-of-YOLOv4 to do it.
I got the result with use original yolov4-tiny.cfg . But w…
-
Hi, I have follow the tutorial from (tm_classification_timvx ) trying to make a yolov4_tiny_timvx my own.
However, my app does not produce any boxes.
The following is my implementation:
1. mod…
-
i wanna run this code using tiny-yolov4, is it possible to do that?