(ECCV 2014) Simultaneous Detection and Segmentation
Paper: https://people.eecs.berkeley.edu/~rbg/papers/BharathECCV2014.pdf
Project Page: https://www2.eecs.berkeley.edu/Research/Projects/CS/vision/shape/sds/
Code: https://github.com/bharath272/sds_eccv2014
(CVPR 2016) Attention to Scale: Scale-aware Semantic Image Segmentation
Paper: https://arxiv.org/abs/1511.03339
Project Page: http://liangchiehchen.com/projects/DeepLab.html
Code: https://bitbucket.org/aquariusjay/deeplab-public-ver2
学习目标检测的三种方法:RCNN, Fast RCNN, Faster RCNN
Continue reading(CVPR 2016) Deep Metric Learning via Lifted Structured Feature Embedding
Project Page: http://cvgl.stanford.edu/projects/lifted_struct/
Code: https://github.com/rksltnl/Deep-Metric-Learning-CVPR16
Continue reading使用CAFFE( http://caffe.berkeleyvision.org )运行CNN网络,并提取出特征,将其存储成lmdb以供后续使用,亦可以对其可视化。
Continue reading