simple faster RCNN
代码地址:
https://github.com/chenyuntc/simple-faster-rcnn-pytorch/tree/master
作者解析:
https://zhuanlan.zhihu.com/p/32404424
YOLOv3
代码地址:
官方:
https://github.com/eriklindernoren/PyTorch-YOLOv3
darknet:
https://pjreddie.com/darknet/yolo/
机器视觉cv:
https://github.com/FLyingLSJ/Computer_Vision_Project
yolo相关解析:
视觉库
MMDetection
https://github.com/open-mmlab/mmdetection
Detectron2
https://github.com/facebookresearch/detectron2
ChainerCV