Coder Social home page Coder Social logo

human-pose-estimation-using-hrnets's Introduction

Human Pose Estimation

Model Image

  • Features:
    1. Bottleneck Layers
    2. Basic Block
    3. Transition Layers
      • Used for creating the sub branch of the current branch having the resolution 1/2 of the previous branch.
      • There are total 3 transitions in the model so the resolutions are of the order x(original), x/2, x/4, x/8.
    4. Fuse Layers
      • Used for fusing the previous stage module to the next stage module.
      • Each stage module has its own fuse layer and the output of the fuse layer has the same no. of modules as the previous it only changes after the transition.
      • The fuse layer creates the resultant module by either passing the block, downsampling the higher to the lower block, upsampling the lower block to the higher block and finally concatenating the blocks in such a way that they have same resoltion for a particular part in the block and finally ends with ReLU activation.
      • The final fuse layer just upsamples the lower final blocks of the branches and concatenates with the uppermost final block of the branch thus having the maximum resolution from total no. of branches.
      • The type of upsampling used is nearest upsampling method. Fuse Image
      • For more details on upsampling visit https://pytorch.org/docs/stable/nn.html#upsample.

human-pose-estimation-using-hrnets's People

Contributors

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