7 Star 62 Fork 24

wuzhihao7788 / yolodet-pytorch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
MODEL_ZOO.md 4.47 KB
一键复制 编辑 原始数据 按行查看 历史
wuzhihao7788 提交于 2020-11-04 17:39 . Update MODEL_ZOO.md

简体中文|English

Model Libraries And Bbaselines

Test Environment

  • Python 3.7

  • PyTorch >=1.5

  • CUDA 10.1

YOLO

  • Important note: Due to my limited resources, only a single 1080Ti video card can be used for training, and the training cycle is long after the complete training.To illustrate this framework is trainable, inferential, and testable.The pre-training model given in this paper is only the model of 24 epoch trained, and the loss value is still declining, which has not been fully trained, so it is only for your reference.Developers with the right conditions can complete this training, and I hope you can train the good pre-training model to provide, for everyone to use.I will also make a statement and thank you in an important place.
network pre-training data set input size epoch graphics card type inference time (FPS) cocotools APval AP50 baidu network disk Google network disk configuration file logs
YOLOv4 MSCOCO 608 24 2070 23ms 32.3 35.9 link Extra code:yolo link config file Statistical log
YOLOv5-l MSCOCO 640 24 2070 19ms 32.5 37.5 link Extra code:yolo link config file Statistical log
PP-YOLO MSCOCO 608 24 2070 20ms 44.5 49.4 link Extra code:yolo link config file Statistical log
YOLOv4-sam MSCOCO 608 33 2070 22ms 34.6 38.1 link Extra code:yolo link config file Statistical log
YOLOv5-l+TTA MSCOCO 640 24 2070 52ms 33.6 38.3 link Extra code:yolo link config file Statistical log
YOLOv4+TTA MSCOCO 640 24 2070 59ms 32.9 36.2 link Extra code:yolo link config file Statistical log
  • Rendering

  • YOLOv4:

  • YOLOv5-l:
  • PP-YOLO:
- YOLOv4-sam:
Python
1
https://gitee.com/wuzhihao7788/yolodet-pytorch.git
git@gitee.com:wuzhihao7788/yolodet-pytorch.git
wuzhihao7788
yolodet-pytorch
yolodet-pytorch
master

搜索帮助