Skip to content

Few-shot classification and segmentation combining bi-directional feature correlation and boundary constraint

License

Notifications You must be signed in to change notification settings

XIAO1HAI/BFC-BL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BFC-BL: Few-Shot Classification and Segmentation combining Bi-directional Feature Correlation and Boundary constraint

BFC-BL

Environmnet installation

Make sure to replace YOURCONDADIR in the installation path with your conda dir, e.g., ~/anaconda3

Set up the following basic environment:

conda create -n bfc-bl python==3.7
conda activate bfc-bl

The required packages are as follows:

Datasets

    YOUR_DATASET_DIR/
    ├── VOC2012/
    │   ├── Annotations/
    │   ├── JPEGImages/
    │   ├── ...

We follow the dataset protocol of ASNet, HSNet and PFENet.

Related works

Our project refers to and heavily borrows some the codes from the following repos:

  • [PANet]: Wang et al., Few-shot image semantic segmentation with prototype alignment, ICCV'19.
  • [PFENet]: Tian et al., Prior guided feature enrichment network for few-shot segmentation, TPAMI'20.
  • [HSNet]: Min et al., Hypercorrelation squeeze for few-shot segmentation, ICCV'21.
  • [ASNet]: Kang et al., Integrative Few-Shot Learning for Classification and Segmentation, CVPR'22 =======

About

Few-shot classification and segmentation combining bi-directional feature correlation and boundary constraint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages