GithubHelp home page GithubHelp logo

About training about pose-ren HOT 3 CLOSED

xinghaochen avatar xinghaochen commented on June 13, 2024
About training

from pose-ren.

Comments (3)

xinghaochen avatar xinghaochen commented on June 13, 2024 1

Hi, you can easily train Pose-REN from scratch with a well-defined prototxt accompanied with well-augmented data. Here are some hints you may find helpful:

  1. train the Init-CNN (baseline) with training data.
  2. generate predicted labels of Init-CNN for training data and test set.
  3. prepare the above labels from Init-CNN as guided data accompanied with original data.
  4. train the Pose-REN ( use the weights of Init-CNN to initialize the network)

from pose-ren.

joohaeng avatar joohaeng commented on June 13, 2024

Great!

When training the main Pose-REN (not the baseline), do we also need to consider iterations, which is the key process in evaluation phase?

from pose-ren.

xinghaochen avatar xinghaochen commented on June 13, 2024

Training other iterations of Pose-REN is similar with training the first iteration (guided with Init-CNN), except that we use predicted labels from the previous iteration as guided poses.

It should be noted that in order to use only one final model for Pose-REN in the inference stage, we use incremental training data to train Pose-REN in the second (and above) stage. You can find more detail in Section 3.4 in our paper.

from pose-ren.

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.