Skip to content
/ BFP Public
forked from henghuiding/BFP

Boundary-Aware Feature Propagation for Scene Segmentation (ICCV2019)

License

Notifications You must be signed in to change notification settings

lijx10/BFP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Install pytorch
  1. Usage
  • Training:
python train.py --model  bfp --dataset pascalcontext --checkname bfp101  --batch-size 12
  • Testing:
python test.py --model bfp --dataset pascalcontext --resume-dir model_path --eval
  1. Citations
  • Please consider citing our paper in your publications if the project helps your research.
@inproceedings{ding2019bfp,
  title={Boundary-aware feature propagation for scene segmentation},
  author={Ding, Henghui and Jiang, Xudong and Liu, Ai Qun and Thalmann, Nadia Magnenat and Wang, Gang},
  booktitle={Proceedings of the IEEE International Conference on Computer Vision},
  pages={6819--6829},
  year={2019}
}

About

Boundary-Aware Feature Propagation for Scene Segmentation (ICCV2019)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%