GithubHelp home page GithubHelp logo

peterzs / denseposefnl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zetyquickly/denseposefnl

0.0 0.0 0.0 1.03 MB

Fast and Light DensePose implementation

License: MIT License

Python 99.51% Shell 0.49%

denseposefnl's Introduction

Making DensePose fast and light

Original DensePose project Quick Start

See Getting Started

Training and Evaluation

  1. The project dependencies:
  • detectron2==0.1.0
  • pytorch >= 1.4.0
  1. You can train a network from scratch using configs in ./configs folder and train_net.py script.
  • s0_bv2_bifpn_f64_s3x.yaml config corresponds to the Mobile-RCNN (B s3x) model,
  • s0_bv2_bifpn_f64.yaml config corresponds to the Mobile-RCNN (B s1x) model,
  • densepose_parsing_rcnn_spnasnet_100_FPN_s3x.yaml config corresponds to the Mobile-RCNN (A s1x) model,
  • densepose_parsing_rcnn_R_50_FPN_s1x.yaml config corresponds to the Parsing RCNN model Then evaluate the model with --eval_only flag.
  1. You can run QAT of the Mobile-RCNN (B s3x) using train_net.py with --qat flag then evaluate it with --quant-eval flag. To use proposed hooks preserving mechanism it is needed to modify PyTorch source code according to files inside modify_pytorch directroy OR Build PyTorch from source using the following commit https://github.com/pytorch/pytorch/pull/37233/commits/c8de10d2a394484ac58dd131878950b8ab7ac7a9

denseposefnl's People

Contributors

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