xiaochus / YOLOv3

Keras implementation of yolo v3 object detection.
MIT License
603 stars 264 forks source link

推荐自实现的yolov4,训练70000步就没出现过nan,mAP至少可达36% #27

Closed miemie2013 closed 2 years ago

miemie2013 commented 4 years ago

广告虽可耻,大家可以看看我复现的这版yolov4,精心设计了损失函数,训练了70000步就没出现过nan,mAP至少可达36%,欢迎点star:

https://github.com/miemie2013/Keras-YOLOv4