Code Monkey home page Code Monkey logo

Comments (3)

isarandi avatar isarandi commented on September 28, 2024

That's still possible, though I don't have sample code for that. Those experiments from the paper were trained with the old repo using Tensorflow 1, where I did provide the commands for training.

It should be quite simple you just need to replace Metrabs with Metro in a few places in main.py (or introduce a command line argument to choose between them). The difference is that Metro gives no estimate for the absolute root position, and the result cannot be projected onto the image, it is simply a root-relative 3D output with unspecified 2D correspondence.

from metrabs.

ChangjianLi avatar ChangjianLi commented on September 28, 2024

That's still possible, though I don't have sample code for that. Those experiments from the paper were trained with the old repo using Tensorflow 1, where I did provide the commands for training.

It should be quite simple you just need to replace Metrabs with Metro in a few places in main.py (or introduce a command line argument to choose between them). The difference is that Metro gives no estimate for the absolute root position, and the result cannot be projected onto the image, it is simply a root-relative 3D output with unspecified 2D correspondence.

Hi, thx for your fast reply : ). This project is amazing, I wish there can be an update for Metro implementation guidance in this repo lol. So I looked through the init.py and there is an argument 'model_class' which can choose metro for the processes, and is that the only thing I need to change? or I have to change the setup of the datasets as well and such.
And I also checked through the metrabs.py and I found that it set up an option which if FLAGS.transform_coords is True then applying the function latent_points_to_joints() , what's the purpose for this function?

thx

from metrabs.

isarandi avatar isarandi commented on September 28, 2024

That's an experimental flag that should normally be off. It's not used for the paper. I will push an update sometime that cleans those things up.

Dataset-wise there's no difference. But actually MeTRAbs performs a strict superset of MeTRo's functionality at negligible additional computation and gives results that can be projected onto the image and the 2D head also improves the quantitative results somewhat. Though if I recall correctly pure MeTRo got a little better numbers on H36M, but H36M is also not totally representative of everything.

from metrabs.

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.