Coder Social home page Coder Social logo

Comments (8)

PeizhuoLi avatar PeizhuoLi commented on August 21, 2024 1

Our architecture requires a consistent topology between training character and test character. Thus, if you want to test with a new topology you will need to retrain the model with your own dataset.

from deep-motion-editing.

fryegg avatar fryegg commented on August 21, 2024 1

Hi, I convert example.bvh file to csv file, and I found the number of joint was 31:
Hips Lhipjoint leftupleg leftleg leftfoot lefttoebase rhipjoint rightupleg rightleg rightfoot righttoebase lowerback spine spine1 neck neck1 head leftshoulder leftarm leftforearm lefthand leftfingerbase lefthandindex1 lthumb rightshoulder rightarm rightforearm righthand rightfingerbase righthandindex1 rthumb
As I understand, the number of joints was 23. What difference between those?

from deep-motion-editing.

ANYMS-A avatar ANYMS-A commented on August 21, 2024

Traceback (most recent call last):
File "eval_single_pair.py", line 104, in
main()
File "eval_single_pair.py", line 92, in main
new_motion = (new_motion - dataset.mean[i][j]) / dataset.var[i][j]
RuntimeError: The size of tensor a (99) must match the size of tensor b (91) at non-singleton dimension 1
Traceback (most recent call last):
File "demo.py", line 46, in
example('Aj', 'BigVegas', '01.bvh', 'intra', './examples/intra_structure')
File "demo.py", line 42, in example
height)
File "/home/wuxiaoliang/docker/newAPP/deep-motion-editing/retargeting/models/IK.py", line 57, in fix_foot_contact
anim, name, ftime = BVH.load(input_file)
File "../utils/BVH.py", line 58, in load
f = open(filename, "r")
FileNotFoundError: [Errno 2] No such file or directory: './examples/intra_structure/result.bvh'

Hello, how can I solve this problem?@ @kfiraberman

create the directories "./examples/intra_structure/" by yourself before you run the program.

from deep-motion-editing.

wuxiaolianggit avatar wuxiaolianggit commented on August 21, 2024

I've created the directory your way, but the same error still occurs @crissallan

from deep-motion-editing.

wuxiaolianggit avatar wuxiaolianggit commented on August 21, 2024

RuntimeError: The size of tensor a (99) must match the size of tensor b (91) at non-singleton dimension 1,

This is the first exception

from deep-motion-editing.

ANYMS-A avatar ANYMS-A commented on August 21, 2024

RuntimeError: The size of tensor a (99) must match the size of tensor b (91) at non-singleton dimension 1,

This is the first exception

Ah~ Since the tensor's shape doesn't match, I think you should check whether "01.bvh" is the mocap data of “Aj” or "BigVegas".
Because the shape of the motion tensor depends on the number of joints of the character. e.g. 91 = (23-1) * 4 + 3 because "Aj" and "BigVegas" both has 23 joints as its simplified skeleton.

So if tensor a's shape is 99, I would reckon that this bvh file might belongs to a character which has 25 joints, since 99 = (25-1)*4 +3

from deep-motion-editing.

wuxiaolianggit avatar wuxiaolianggit commented on August 21, 2024

OK, thank you very much for your reply,

"Our approach is also quantitatively evaluated on a synthetic dataset that contains pairs of motions applied to different skeletons. To the best of our knowledge, our method is the first to perform retargeting between skeletons with differently sampled kinematic chains, without any paired examples. " , it is from "Skeleton-Aware Networks for Deep Motion Retargeting",

Is it required that the number of key points must be consistent?

from deep-motion-editing.

wuxiaolianggit avatar wuxiaolianggit commented on August 21, 2024

thank you very much for your reply @PeizhuoLi

from deep-motion-editing.

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.