-
I am currently writing my master thesis. In this thesis YOLOv4 tiny is also included. The paper about YOLOv4 says that the "Eliminate grid sensitivity" is used. I do not quite understand the mathemati…
-
when i run python save_model.py --model yolov4 ,there is a new question:
TypeError: Expected list for 'ksize' argument to 'max_pool' Op, not 13.
![2020-10-13 16-39-09屏幕截图](https://user-images.github…
-
Hi
I am having a problem with the return of the plate.
I can detect it but it doesn't return the plate number.
I'm using the command: python detect.py --weights ./checkpoints/custom-416 --size 416 …
-
Hi
I am having a problem with the return of the plate.
I can detect it but it doesn't return the plate number.
I'm using the command: python detect.py --weights ./checkpoints/custom-416 --size 416 …
-
你好,感谢你的分享,请问代码中
https://github.com/bubbliiiing/yolov4-tf2/blob/a4cf127a49792a296db549d006dbef4f452770d1/nets/yolo4.py#L238
使用的NMS好像不是论文中使用的DIoU-NMS是出于什么考虑呢?谢谢!
-
Hi, can I use Whole Application Acceleration for custom model, like application adas_detection using yolov3_adas_pruned_0_9.xmodel, can I use my custom yolov4 model instead of yolov3_adas_pruned_0_9?
-
Hello. I am not an expert in deep learning and seeking for an help. I am trying to customize YOLOv4 with two pathologic lesions on dental panoramic radiographs. Class 1 has total of 455 (384 training …
-
Hi, first of all, thank you for your work!
I'am trying to train COCO 2017 dataset and also my own dataset in COCO format but without success:
```
!python train.py --use-pretrain True\
…
-
如题,确认过2007_train信息没问题,xmin,ymin,xmax,ymin,class_id排布,loss一直在下降,最后稳定在0.13左右,但是预测的时候就是什么结果也没有,得分阈值为0.5。
但是同样的数据集用yolov4-tiny的项目都能出结果。
我看了之前泡泡老师许多yolo系列的项目的Issues,可能是我的数据集不够大,而且框也不够大,但是理论上不至于比yolov4-…
-
I training my yolov4 for custom data based on alexeyab rep. I try convert weight to tf file by use save_model.py , but it give a error :
![image](https://user-images.githubusercontent.com/35327931/…