-
Hi,
You helped me last week. Thank you again.
I need yolov4_tiny_voc.h5 file. I cannot access the pan.baidu site. It does not allow access via Turkey. How can I access the files?
Thank you i…
-
error when using yolov4-tiny with INT8:
Platform doesn't support this prectsion.
-
I m using thr following command to calculate mAP .
Have replaced coco.data with obj.data as obj.data is not available in the notebook that I m using .
Basically I want to find of the mAP value for s…
-
@bcao000 Hi, Great work!
Does it support YOLOv4-tiny?
-
I'm trying to train custom YOLOv4 and YOLOv4-Tiny models for a small object (Human nose).
I have images of it in various orientations but at primarily two distances from the camera - **closer (aroun…
-
大佬你好
yolov4-tiny 中resblock中有个通道减半的操作,这个在转换caffe时有哪个层能够实现这个功能吗?或者多个层组合实现这个功能,最好是不修改caffe的源码,非常感谢
-
hello i am a colleage student in korea
thank you for your code
i want use yolo v4 -tiny because i want to improve fps
So, I downloaded the file 'yolov4-tiny.weights'.
I modified the file in …
-
When i used the yolov4-tiny.cfg to train my own models.I found that the mask of the last two yolo layers is [3,4,5][1,2,3] ,instead of[3,4,5][1,2,3]. Why not used [3,4,5] [1,2,3]??Can anyone tell me??
-
Hello,
I would like to ask, what is the difference between yolov4-tiny.cfg and yolov4-tiny_contrastive.cfg?
Thank you.
-
First thanks to the great darknet and yolov4, but for most people, tiny models still an essential for those who have only CPUs. so when will the tiny model for yolov4 come out?