-
请问你在yolov4-tiny-3l上怎么训练的,其中loss的balance怎么设置,anchor呢?
我用YOLOv4-tiny和yolov4-tiny-3l训练出来的结果是一样的。应该yolov4-tiny-3l要比yolov4-tiny高才对,你能提供一份yolov4-tiny-3l的yaml吗?
-
Hi guys
I now want to see the detection performance of yolov4 and yolov4-tiny using
opencv dnn, but I was shocked that the results were so different from the results of the issues I had seen.
…
-
I am writing a paper and I can not find any references to the YOLOv4 tiny in YOLOv4 paper. Can you please give a short description of how both are different?
-
您好,我修改好了yolov4-tiny的cfg文件,但在转换yolov4-tiny为onnx时失败了,cfg文件如下:
[net]
# Testing
#batch=1
#subdivisions=1
# Training
batch=64
subdivisions=1
width=416
height=416
channels=3
momentum=0.9
decay=0…
-
![image](https://user-images.githubusercontent.com/66289537/119808796-0e4ccf80-bf17-11eb-9738-253c1190cbd2.png)
-
使用yolov4-tiny.cfg训练,训练一开始就出现loss=Nan
![image](https://user-images.githubusercontent.com/6359718/86894568-d0479100-c135-11ea-8f65-a737367bc463.png)
-
Hi, this is Sunny.
First of all, I must say you have done a wonderful job ~ Really amazing of your work ~ Well done !!!
So far I have tested the yolov4 and get a good result as follows:
![resu…
-
Feature-request: YOLOv4-**tiny** (detector)
* **source code**: https://github.com/AlexeyAB/darknet
* **cfg**: https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/yolov4-tiny.cfg
* **we…
-
Hello,
Now that yolov4-tiny is here: https://github.com/AlexeyAB/darknet/issues/5346
Can you please add it for converting to tflite and for detection in this repo?
Thank you in advance,
Best r…
-
I am getting the following error when calibrating a yolov4-tiny model. I can convert it successfully to tensorrt. Any ideas why?
![Screenshot from 2022-09-14 14-03-16](https://user-images.githubu…