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

author
eezywu
Aug 10, 2020
176e93d · Aug 10, 2020

History

6 Commits
Aug 8, 2020
Aug 8, 2020
Aug 8, 2020
Aug 9, 2020
Aug 8, 2020
Aug 8, 2020
Aug 8, 2020
Aug 10, 2020
Aug 8, 2020
Aug 8, 2020
Aug 8, 2020
Aug 8, 2020

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