Coder Social home page Coder Social logo

dreadlord1984 / iou-uniform-r-cnn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zl1994/iou-uniform-r-cnn

0.0 2.0 0.0 5.13 MB

Codes for paper: "IoU-Uniform R-CNN: Breaking Through the Limitations of RPN"

License: Apache License 2.0

Python 92.39% Dockerfile 0.03% C++ 2.54% Cuda 4.95% Shell 0.08%

iou-uniform-r-cnn's Introduction

IoU-Uniform R-CNN

This repository provides the codes for paper IoU-Uniform R-CNN

Setup

Please follow official installation and getting_started guides.

Training

./tools/dist_train.sh ${CONFIG_FILE} ${GPU_NUM} [--validate] [other_optional_args] Note:

  • Config files of IoU-Uniform R-CNN:

    • configs/faster_rcnn_r50_fpn_1x_IoU_reg.py
    • configs/faster_rcnn_r101_fpn_1x_IoU_reg.py
    • configs/cascade_rcnn_r50_fpn_IoU_reg_1x.py
    • configs/cascade_rcnn_r101_fpn_IoU_reg_1x.py
    • configs/pascal_voc/faster_rcnn_r50_fpn_1x_IoU_reg_voc0712.py
    • configs/pascal_voc/faster_rcnn_r50_fpn_1x_reg_separate_voc0712.py
    • configs/pascal_voc/cascade_rcnn_r50_fpn_1x_IoU_reg_voc0712.py
  • We train IoU-Uniform R-CNN and accompanied detectors with 2 GPUs and 2 img/GPU. According to the Linear Scaling Rule, you need to set the learning rate proportional to the batch size if you use different GPUs or images per GPU.

Testing

./tools/dist_test.sh ${CONFIG_FILE} ${CHECKPOINT_FILE} ${GPU_NUM} [--out ${RESULT_FILE}] [--eval ${EVAL_METRICS}]

TODO

  • Release IoU-Uniform R-CNN code base
  • Release trained models

iou-uniform-r-cnn's People

Contributors

hellock avatar yhcao6 avatar oceanpang avatar thangvubk avatar myownskyw7 avatar erotemic avatar zl1994 avatar wswday avatar korabelnikov avatar lindahua avatar zwwwayne avatar innerlee avatar michaelisc avatar borda avatar ternaus avatar zhihuagao avatar eugenelawrence avatar youkaichao avatar liushuchun avatar gfjiangly avatar donnyyou avatar sovrasov avatar wondervictor avatar patrick-llgc avatar mattdawkins avatar xvjiarui avatar ancientmooner avatar dhananjaisharma10 avatar dmarnerides avatar dsuess avatar

Watchers

James Cloos 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.