Manuel Kaufmann

Results 10 issues of Manuel Kaufmann

I'm not sure if this is an issue or not, but the following code snippet just confused me a lot. I am creating a rotation matrix that rotates around z...

When running `apps/preprocess/extract_keypoints.py` in the `openpose` mode, the script tries to import ``` from easymocap.estimator.openpose_wrapper import extract_2d ``` However, this function does not exist in the specified place. There's a...

I'm using Unity 2020.3.11f1. If Unity Recorder is pre-installed, installing the FrameCapturer package fails. > Opening file `/path/to/project/Library/PackageCache/[email protected]/Editor/Sources/Recorders/_Legacy/FrameCapturer.meta`. The system can't find the path. After that, Unity can only be...

I'm converting some SMPL sequences to SMPL-X (neutral) and would like to use the flat hand mean in SMPL-X since the input SMPL poses also have flat hands. I've tried...

There's a minor bug in the main function of the model transfer code. When the per-frame fitting result is exported to `pkl` files, it saves the entire batch instead of...

Hi, I'm trying to run ``` python -m romp.test --configs_yml=configs/eval_3dpw_test.yml ``` but it fails at this line: ``` INFO:root:3DPW dataset test split total 24423 samples, loading mode vibe, containing 24...

Thank you for this great work and making the code publicly available! I'm running your evaluation code and there's certain parts that I don't understand. Specifically: - Why do you...

I've downloaded the individual tar files from the website. I can't untar the files from subjects 3 to 5 completely, but get the following error: ``` tar -xzvf 20200820-subject-03.tar.gz ......

The functions `as_dcm` and `from_dcm` in Scipy have been renamed to `as_matrix` and `from_matrix` as of Scipy 1.4. The old functions have been removed as of Scipy 1.6. https://github.com/scipy/scipy/blob/5f4c4d802e5a56708d86909af6e5685cd95e6e66/doc/release/1.4.0-notes.rst#scipy-deprecations Could...