Skip to content
/ PARN Public

The pytorch implementation of Position-Aware Relation Networks (PARN), which is proposed in Position-Aware Relation Networks for Few-Shot Learning.

Notifications You must be signed in to change notification settings

eezywu/PARN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Position-Aware Relation Networks

The pytorch implementation of Position-Aware Relation Networks (PARN), which is proposed in Position-Aware Relation Networks for Few-Shot Learning.

Usage

  • Build environments of Deformable Convolutional Networks (DCN)
    • Download the DCN code, and follow the guideline to build environments of DCN. If you fail to complie the above code, you can try this code.
  • Download the Mini-Imagenet dataset, and put it in the datas/miniImagenet folder.
  • Run pip install -r requirements.txt
  • Run python main.py

Citation

@article{wu2019parn,
    title={PARN: Position-Aware Relation Networks for Few-Shot Learning},
    author={Wu, Ziyang and Li, Yuwei and Guo, Lihua and Jia, Kui},
    journal={ICCV},
    year={2019}
}

About

The pytorch implementation of Position-Aware Relation Networks (PARN), which is proposed in Position-Aware Relation Networks for Few-Shot Learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages