美文网首页
《Fully Convolutional Networks fo

《Fully Convolutional Networks fo

作者: SIAAAAAA | 来源:发表于2017-03-12 19:42 被阅读0次

    理论


    普通分类做法如上图 文章中的做法如上图

    论文思路

    代码实现

    其余参考资料

    http://www.cnblogs.com/xuanxufeng/p/6242679.html

    http://blog.csdn.net/thesby/article/details/51264439    python layer 说明

    http://blog.csdn.net/u012949263/article/details/60777148caffe下用FCN做图像分割,如何制作训练集?

    PASCAL VOC 2012/2007数据集https://pjreddie.com/projects/pascal-voc-dataset-mirror/

    http://blog.csdn.net/u013059662/article/details/51854147用FCN来finetune自己的数据集

    http://www.360doc.com/content/17/0223/12/39751066_631368613.shtml图像语义分割之FCN和CRF

    http://blog.csdn.net/u010555688/article/details/53183864显存不够测试集和trian分开

    http://blog.csdn.net/yhl_leo/article/details/52185581 VOC图片GT对应颜色

    matplot

    给矩阵添加行列http://www.tuicool.com/articles/ZVrUjq3

    在图片添加文字http://blog.csdn.net/enjoy_now/article/details/54908736

    http://www.cnblogs.com/wuzhiblog/p/6535543.html

    python图片数组格式转化 http://blog.csdn.net/xueweuchen/article/details/38756075

    Python-Image 基本的图像处理操作http://www.aichengxu.com/python/39904.htm

    如何确定使用matplotlib.pyplot.imshow()时的颜色?(How to determine the colours when using matplotlib.pyplot.imshow()?)http://www.it1352.com/533672.html


    相关文章

      网友评论

          本文标题:《Fully Convolutional Networks fo

          本文链接:https://www.haomeiwen.com/subject/cdlxnttx.html