YOLOV4论文记录

1 论文和代码

  • 论文地址
  • 论文代码

2 不同版本的YOLOV4

  • Tensorflow2.0版
    https://github.com/rrddcc/YOLOv4_tensorflow

  • TensorFlow 版
    https://github.com/klauspa/Yolov4-tensorflow

  • PyTorch版
    https://github.com/GZQ0723/YoloV4
    https://github.com/Tianxiaomo/pytorch-YOLOv4

  • (TensorFlow后端)的 Keras 实现
    https://github.com/Ma-Dan/keras-yolo4

3 论文解读和博客

  • YOLOv4 的各种新实现、配置、测试、训练资源汇总

  • YOLOv4 论文翻译

  • 大神接棒,YOLOv4来了!

  • YOLOv4来了!COCO 43.5 AP,65FPS!实现速度与精度的最优平衡

  • 刚刚!YOLOv4重磅推出!

  • 重磅更新!YoloV4最新论文与源码!权重!结构!翻译

你可能感兴趣的:(论文)