question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

About non-rescaled version

See original GitHub issue

Hello, I would like to use the non-scaled version suggested in your paper.

I’m reading the code and using it, but I wanna ask if it’s right to do it the way below.

  1. in temos/model/metrics/compute.py, https://github.com/Mathux/TEMOS/blob/d9d22064882b50a6a581afa44e878b2155cc4c7c/temos/model/metrics/compute.py#L26 I changed the parameter force_in_meter to False
  2. in /temos/transforms/rots2joints/smplh.py, https://github.com/Mathux/TEMOS/blob/d9d22064882b50a6a581afa44e878b2155cc4c7c/temos/transforms/rots2joints/smplh.py#L138-L140 I removed these codes when I use smpl data

Is this the correct way to proceed non-scaled version with smpl data?

Thanks!

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Mathuxcommented, May 31, 2022

I saw your comment before you edited it, and in fact you are right. I updated the code accordingly to allow the usage of “mmmns” in rifke.py (so indirectly in the metric calculation). https://github.com/Mathux/TEMOS/blob/f7841a61a9d29a3ba7055ed59ecc28329b261791/temos/transforms/joints2jfeats/rifke.py#L17

There might be some mistakes like that in the code, as I did not carefully re-tested this setting during the preparation of the code release.

I may put more explanation in the README.md at some point.

Thanks for pointing this.

0reactions
Mathuxcommented, Jun 1, 2022

Yes true, I just did it thanks 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Non-Uniform Scaling during UV unwrap. What is this?
It's because your object has been scaled on some axes more than others in object mode. For example: enter image description here.
Read more >
UV Unwraping problem. object has non-uniform scale ... - Reddit
The warning tells you exactly what's wrong: your mesh has been scaled in object mode non-uniformly, meaning you've scaled it on one or...
Read more >
Uniform & Non-Uniform Scaling: Definition & Examples
Scaling is the changing of size, which can be uniform and retain the ratios of all components, or non-uniform, in which case certain ......
Read more >
Non-uniform scale issue - Blender Artists
Hi. I scaled a cube. I applied all transforms to deltas. I Unwrapped it. The UV's still show a non-scaled form, and I...
Read more >
Scaled Version - an overview | ScienceDirect Topics
and c1 and c2 are free choice parameters. All even-length orthonormal scaling vectors, and biorthogonal scaling vectors of any length, can be similarly ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found