Coder Social home page Coder Social logo

Comments (1)

LiMeng95 avatar LiMeng95 commented on August 31, 2024

@genius9527 hi,

We can not train the whole network in the same time temporarily. The 'else' is only useful for inference process currently.

According to section 3.5 in the paper, we trained keypoint subnet, detection subnet and prn subnet separately. You can run 'multipose_keypoint_train.py, multipose_detection_train.py, multipose_prn_train.py' in order to get the final model. See #training.

As for prn_subnet, it's inference process is in 'prn_process' function. We use this funtion on line 159 and line 225 in 'tester.py'

from multiposenet.pytorch.

Related Issues (20)

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.