mask-rcnn

基于深度学习的目标检测技术演进:R-CNN、Fast R-CNN、Faster R-CNN

https://www.cnblogs.com/skyfsm/p/6806246.html

 语义分割

https://blog.csdn.net/u013580397/article/details/78508392

http://blog.csdn.net/u011974639/article/details/78483779?locationNum=9&fps=1

 评论:

key1:

finetune是迁移预训练模型到其他数据集上,做一些权重的适配调整。finetune一下性能会更佳

key2:

mask rcnn代码训练自己的数据集之后,测试训练集图片出现no instances to display的错误情况:

确定一下测试的时候是否配置了对应的Config类,再查看加载的图片是否成功(这个你可以从训练集选一个出来试试)。

----

我测试的config配置和训练的config都是一样的,加载图片是成功的,但是图片上什么测试结果都没有....

key3:

MS COCO 2014数据集ubuntu下载

http://blog.csdn.net/qq_33000225/article/details/78831102

visual studio c++ 2015 build tools

https://download.csdn.net/download/u011167562/10041796

原文地址:https://www.cnblogs.com/rosyYY/p/8617642.html