Giter Site home page Giter Site logo

ingeniousfrog / hier-r-cnn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from soeaver/hier-r-cnn

0.0 1.0 0.0 1.66 MB

Hier R-CNN: Instance-level Human Parts Detection and A New Benchmark

License: MIT License

Shell 0.03% Python 71.32% C++ 5.45% Cuda 13.37% Lua 2.31% MATLAB 6.46% Makefile 0.02% C 1.04%

hier-r-cnn's Introduction

Hier-R-CNN

Official implementation of Hier R-CNN: Instance-level Human Parts Detection and A New Benchmark (under review)

In this repository, we release the COCO Human Parts dataset and Hier R-CNN code in Pytorch.

  • Hier R-CNN architecture:

  • Hier R-CNN output:

Installation

  • 8 x TITAN Xp GPU
  • pytorch1.1
  • python3.6.8

Install Hier R-CNN following INSTALL.md.

Dataset

You can download the annotations of COCO Human Parts here. And following Data to train or evaluate Hier R-CNN models.

Results and Models

Backbone LR MS training DCN Det AP Sub AP DOWNLOAD
R-50-FPN 1x No No 36.8 33.5 GoogleDrive
R-50-FPN 2x Yes No 39.3 37.3
R-50-FPN 1x No Yes 38.6 36.0
R-50-FPN 2x Yes Yes 40.6 37.3 GoogleDrive
R-101-FPN 1x No No 37.2 33.8
X-101-FPN 1x No No 38.8 36.3
X-101-FPN 2x Yes No 40.5 38.6
X-101-FPN 1x No Yes 40.3 37.1
X-101-FPN 2x Yes Yes 42.0 38.8 GoogleDrive

ImageNet pretrained weights

Training

To train a model with 8 GPUs run:

python -m torch.distributed.launch --nproc_per_node=8 tools/train_net.py --cfg cfgs/mscoco_humanparts/e2e_hier_rcnn_R-50-FPN_1x.yaml

Evaluation

multi-gpu evaluation,

python tools/test_net.py --cfg ckpts/mscoco_humanparts/e2e_hier_rcnn_R-50-FPN_1x/e2e_hier_rcnn_R-50-FPN_1x.yaml --gpu_id 0,1,2,3,4,5,6,7

single-gpu evaluation,

python tools/test_net.py --cfg ckpts/mscoco_humanparts/e2e_hier_rcnn_R-50-FPN_1x/e2e_hier_rcnn_R-50-FPN_1x.yaml --gpu_id 0

License

Hier-R-CNN is released under the MIT license.

hier-r-cnn's People

Contributors

soeaver avatar bupt-priv avatar

Watchers

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