Giter Club home page Giter Club logo

graphfpn-graph-feature-pyramid-network-for-object-detection's Introduction

GraphFPN: Graph Feature Pyramid Network for Object Detection

Download graph-FPN-main.zip

For training , run:

python train.py

For test with Graph_fpn, run

python test.py

If You need COCO API for test, you can download from here.

Folder structure

${ROOT}
└── checkpoint/
└── COCO/    
│   └── coco/
│   │    ├── .config 
│   │    ├── 2017/
│   │
│   ├── downloads/
│
│
└── data_demo/
|   ├── data/
|   |    ├── coco
|   |    ├── checkpoint
|   ├── data.zip
|
├── results/
├── src/     
|   ├── configs/
|   |    ├── configs.py
|   |
|   ├── detection/
|   |    ├── datasets/
|   |    |      ├── coco.py
|   |    ├── utils/
|   |
|   ├── model/
|   ├── init_path.py
|   ├── demo.py
|   ├── train.py
|   ├── test.py
├── README.md 
└── requirements.txt

References

[1] Graph-FPN: GraphFPN: Graph Feature Pyramid Network for Object Detection

In addition, we provide more detection frameworks that can support GraphFPN

Download graph-mmdet.zip 

this code uses mmdetecion as the base framework, you can set yourself env based on mmdetection
this can simply run

sh train.sh

get the result of Contextual Graph Layers (CGL-1) in graphFPN, however, you should add other components from graph-FPN-main.zip to run the complete GraphFPN. Note that, based on the code of graph-mmdet.zip, you can easily construct the complete graph-fpn strcuture. Please reference the code of graph-FPN-main.zip.

If you use this code for your research, please consider citing:

@inproceedings{GraphFPN,
  author  = {Gangming Zhao and Weifeng Ge and Yizhou Yu},
  title     = {GraphFPN: Graph Feature Pyramid Network for Object Detection},
  booktitle = {IEEE/CVF International Conference on Computer Vision (ICCV)},
  pages     = {2743--2752},
  publisher = {IEEE},
  year      = {2021},
}

graphfpn-graph-feature-pyramid-network-for-object-detection's People

Contributors

gangmingzhao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.