Git Product home page Git Product logo

Comments (1)

kotaxyz avatar kotaxyz commented on May 28, 2024

i get this error when i try to do style transfer to any bvh file except the files in xia_test

(Deep-motion-editing) C:\Users\Genesis\github\deep-motion-editing>python style_transfer/test.py --content_src style_transfer/data/xia_test/bassball.bvh --style_src style_transfer/data/xia_test/angry_13_000.bvh --output_dir style_transfer/demo_results/demo_3d_2
C:\Users\Genesis\github\deep-motion-editing\style_transfer\probe..\pretrained already exists.
C:\Users\Genesis\github\deep-motion-editing\style_transfer\probe..\pretrained\pth already exists.
C:\Users\Genesis\github\deep-motion-editing\style_transfer\probe..\pretrained\log already exists.
C:\Users\Genesis\github\deep-motion-editing\style_transfer\probe..\pretrained\info already exists.
C:\Users\Genesis\github\deep-motion-editing\style_transfer\probe..\pretrained\output already exists.
C:\Users\Genesis\github\deep-motion-editing\style_transfer\probe..\data\xia_norms already exists.
Resume from iteration 100000
Traceback (most recent call last):
File "C:\Users\Genesis\github\deep-motion-editing\style_transfer\test.py", line 57, in
main(args)
File "C:\Users\Genesis\github\deep-motion-editing\style_transfer\test.py", line 39, in main
co_data = process_single_bvh(args.content_src, config, to_batch=True)
File "C:\Users\Genesis\github\deep-motion-editing\style_transfer\data_loader.py", line 204, in process_single_bvh
anim = AnimationData.from_BVH(filename, downsample=downsample, skel=skel, trim_scale=4)
File "C:\Users\Genesis\github\deep-motion-editing\style_transfer..\utils\animation_data.py", line 394, in from_BVH
return cls.from_rotations_and_root_positions(rotations, root_positions, skel=skel, frametime=frametime * downsample)
File "C:\Users\Genesis\github\deep-motion-editing\style_transfer..\utils\animation_data.py", line 373, in from_rotations_and_root_positions
global_positions = forward_rotations(skel, rotations, root_positions, trim=True)
File "C:\Users\Genesis\github\deep-motion-editing\style_transfer..\utils\animation_data.py", line 31, in forward_rotations
glb[..., i, :] = np.matmul(transforms[..., pi, :, :],
IndexError: index 29 is out of bounds for axis 1 with size 29

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.