HumanML3D
HumanML3D copied to clipboard
HumanML3D: A large and diverse 3d human motion-language dataset.
Thanks for you awesome work, I have encountered the problem when processing data  Seems the checked item is  I am wondering do you have any idea why it...
Hi! Thank you for the wonderful dataset. I got some error by running `raw_pose_processing.ipynb`: `No such file or directory: './pose_data/KIT/3/kick_high_left02_poses.npy'`. It seems that there were no `3` folder in the...
I'm getting this error: ``` E:\AI\HumanML3D>conda env create -f environment.yaml Collecting package metadata (repodata.json): done Solving environment: done ==> WARNING: A newer version of conda exists. ```
``` name: torch_render channels: - defaults dependencies: - _libgcc_mutex=0.1=main - argon2-cffi=21.3.0 - argon2-cffi-bindings=21.2.0 - attrs=21.4.0 - backcall=0.2.0 - beautifulsoup4=4.11.1 - blas=1.0=mkl - bleach=4.1.0 - bottleneck=1.3.4 - brotli=1.0.9 - ca-certificates=2022.4.26 -...
Hi Eric! Really nice work and also the repository is very well-explained. I have seen that in your demo you commented the possibility to visualize the generated motions using skeleton...
Thanks for your work! In motion representation script, only Y-axis rotational velocity of root is used, while the linear velocity is computed using full root rotation, why XZ-axis not considered...
Hi, i know how to animation the HumanML3D dataset, however i can't animation KIT-ml,the shape is (timesteps, 21,3),
Hello, your work is great. I would like to ask, how do you obtain the dictionary tags in the text in your dataset? Is there any tool? I have some...
When I run animation.ipynb ```for npy_file in tqdm(npy_files): data = np.load(pjoin(src_dir, npy_file)) save_path = pjoin(tgt_ani_dir, npy_file[:-3] + 'mp4') if os.path.exists(save_path): continue plot_3d_motion(save_path, kinematic_chain, data, title="None", fps=20, radius=4) ``` it report...
Hi, thanks for your efforts. I have a mesh generated from a smplx model, how do I process it to HumanML3D format and can I convert it back after processing...