Giter VIP home page Giter VIP logo

Comments (5)

patrikhuber avatar patrikhuber commented on August 26, 2024

Well, have a look at the example code. It's modelled after the original SDM paper. You would have to train it and probably extend a bit. To be honest I would recommend doing pose estimation using a different method. If you've already got landmarks, try our eos 3D fitting library.

from superviseddescent.

ardeal avatar ardeal commented on August 26, 2024

Hi Patrikhuber,

I tried the pose_estimation project in your code. The speed is very good.
But I cannot understand the training procedure in pose_estimation.cpp file. you didn't even input any images for training.

as I only need pose estimation functionality, I don't need other functionality which might need extra time of CPU.

I checked your eos code. eos code uses 3D model and 2D landmarks to project the pose. My question is how about the speed of the pose_estimation algorithms. how much time is needed to run it for one image on your platform?

from superviseddescent.

ardeal avatar ardeal commented on August 26, 2024

In my project, I will run face detection, SDM for landmark and then pose estimation. so I would like to run a very computation effective pose estimation algorithms which is based on SDM landmarks.
Do you think it is a good choice for me to use your pose estimation in SDM solution?

from superviseddescent.

patrikhuber avatar patrikhuber commented on August 26, 2024

As mentioned, have a look at how Xiong & De la Torre do the pose estimation using SDM in their paper - I think you'll have to train it using training data but don't recall the details currently.

eos can estimate the 3D pose from landmarks in the order of milliseconds. You can even get below 1ms if you just need a rough estimate.

from superviseddescent.

ardeal avatar ardeal commented on August 26, 2024

Got it. Thanks!

from superviseddescent.

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.