Skip to content

[ICCV2019] Boundary-Aware Feature Propagation for Scene Segmentation

License

Notifications You must be signed in to change notification settings

henghuiding/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

[ICCV2019] Boundary-Aware Feature Propagation for Scene Segmentation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages