Giter Club home page Giter Club logo

fqdet's Introduction

FQDet

πŸ“ƒ Paper

πŸ“° News

  • 01 Jun, 2023: FQDet logs and checkpoints released.
  • 24 May, 2023: FQDet code released (with configs and training scripts).
  • 23 Oct, 2022: FQDet paper was accepted at NeurIPS 2022 (VTTA workshop).

πŸ“€ Results

Object detection results on the 2017 COCO validation set. The inference FLOPs and FPS are measured on the first 100 images of the 2017 COCO validation set using an NVIDIA GeForce RTX 3060 Ti GPU.

Backbone Detector Epochs AP Params GFLOPs FPS Script Log Checkpoint
R50+FPN FQDet 12 43.3 33.9 M 99.0 20.9 script log checkpoint
R50+TPN FQDet 12 45.5 42.2 M 107.8 13.6 script log checkpoint
R50+DefEnc FQDet 12 47.2 44.1 M 234.8 9.7 script log checkpoint

πŸ› οΈ Installation

  • Environment:

    1. Install the conda package and environment management system if not already done.
    2. Execute source setup_env.sh.
  • Data preparation:

    1. Download the desired datasets.
    2. Modify the paths in setup_data.sh to point to your installation directories.
    3. Execute source setup_data.sh.

🌱 Usage

  • Training: Execute python main.py with the desired command-line arguments. Some example training scripts, which were used to obtain the results from above, are found in the scripts directory.

  • Evalutation: Execute python main.py --eval --eval_task $TASK with the desired command-line arguments, with $TASK chosen from:

    1. analysis: Analyze the computional cost of the given model.
    2. comparison: Compare the results from two different models.
    3. performance: Compute the model performance on the desired benchmark.
    4. profile: Profile the given model.
    5. visualize: Visualize the model predictions.

πŸ”– Citation

If you find FQDet useful in your research or wish to refer to the results published here, please use following BibTeX entry:

@article{picron2022fqdet,
  title={FQDet: Fast-converging Query-based Detector},
  author={Picron, C{\'e}dric and Chakravarty, Punarjay and Tuytelaars, Tinne},
  journal={arXiv preprint arXiv:2210.02318},
  year={2022}
}

fqdet's People

Contributors

cedricpicron avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.