YOLO v3 pytorch实现

看完了YOLO v1到v3的论文,把前些天看过的基于pytorch实现的YOLOv3代码又看了一遍,原理可以说是有了进一步的理解。
该代码的GitHub地址为:https://github.com/ayooshkathuria/YOLO_v3_tutorial_from_scratch
对应的tutorial地址为:
https://blog.paperspace.com/how-to-implement-a-yolo-v3-object-detector-from-scratch-in-pytorch-part-5/
知乎上也看到有一个代码的中文注释:
https://zhuanlan.zhihu.com/p/49981816

你可能感兴趣的:(cv)