目标检测算法

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相关解析:

https://zhuanlan.zhihu.com/p/62772142?utm_source=wechat_session&utm_medium=social&utm_oi=40837308219392

视觉库

MMDetection

https://github.com/open-mmlab/mmdetection

Detectron2 

https://github.com/facebookresearch/detectron2

ChainerCV

https://github.com/chainer/chainercv

猜你喜欢

转载自www.cnblogs.com/gui-yan-ru-yun/p/12186943.html