学习MMDetection

mmdetection是商汤科技和香港中文大学开源的一个目标检测工具箱,目前支持了常见的目标检测网络Faster-RCNN、Mask-RCNN、Fast-RCNN、SSD、Cascade-RCNN等;
该工具箱具有以下三点优势:performance稍高、训练速度稍快、所需显存稍小。

文章地址:https://arxiv.org/pdf/1906.07155.pdf
github地址:https://github.com/open-mmlab/mmdetection
 

参考链接:

https://blog.csdn.net/limingkaoyan/article/details/97246165

https://www.zhihu.com/question/294578141

http://www.freesion.com/article/5564134964/

https://blog.csdn.net/sparkexpert/article/details/88231683

https://blog.csdn.net/minstyrain/article/details/83054845

https://blog.csdn.net/fengbingchun/article/details/86693037

https://blog.csdn.net/hajlyx/article/details/83542167

你可能感兴趣的:(mmdetection)