Skip to content

shimoda-uec/mat_dcsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#DCSM:Distinct class-specific saliency maps By Watal Shimoda, Keiji Yanai. Flow ##Description This repository contains the codes for the "DCSM" weakly supervised semantic segmentation method.
It has been published at ECCV2016.
Our codes are based on the MatConvNet deep learning library.
Caffe implementation is also here Caffe implementaion.
Caluculation detail and computational cost are different. ##Requirements Requirements for MatConvNet (see: MatConvNet installation instructions)
##Install First, you should clone the repository as below.

git clone https://github.com/shimoda-uec/mat_dcsm.git

##Usage A main code is dcsm.m file. You need some modified files for MatConvNet and downloading network parameters for MatConvNet format to start up. The modified file locations are following:

  • matlab/vl_simplenn.m
  • matlab/vl_gbp.m
  • matlab/vl_nnsigmoid.m
  • matlab/vl_nnrelu2.m

Trained network model is here MatConvNet model. ##License and Citation Please cite our paper if it helps your research:

@inproceedings{shimodaECCV16  
  Author = {Shimoda, Wataru and Yanai, Keiji},  
  Title = {Distinct class-specific saliency maps},  
  Booktitle = {International Conference on Computer Vision ({ECCV})},  
  Year = {2016}  
}  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages