AGRoL icon indicating copy to clipboard operation
AGRoL copied to clipboard

Code release for "Avatars Grow Legs Generating Smooth Human Motion from Sparse Tracking Inputs with Diffusion Model", CVPR 2023

Results 13 AGRoL issues
Sort by recently updated
recently updated
newest added

Could you provide the processing code for the AIST++dataset?

Today I encountered a problem where I couldn't find the model.npz file. Since this is my first time working on such a project, after some searching, I finally found the...

Traceback (most recent call last): File "/home/yyh_file/AGRol-main/vis.py", line 94, in main(opt) File "/home/yyh_file/AGRol-main/vis.py", line 75, in main avg_error = evaluate(opt, logger, model, test_loader, save_animation=1) File "/home/yyh_file/AGRol-main/test.py", line 41, in evaluate...

ImportError: ('Unable to load EGL library', "Could not find module 'EGL' (or one of its dependencies). Try using the full path with constructor syntax.", 'EGL', None) I have been trying...

I have the following error. Is there any solution to get it to work on windows? ImportError: ('Unable to load EGL library', "Could not find module 'EGL' (or one of...

Dear author, I am currently working on a project that involves the AMASS dataset, particularly its setting2, and I am looking to understand its data processing methods in comparison to...

The code seems to not support multi-gpu training. Although I find that the code has some parts to support it , it seems to not work. Can you fix it?

![image](https://github.com/facebookresearch/AGRoL/assets/50726523/2efe5c11-93be-429d-a719-541c10ee7c53) This problem occurred when I installed the environment in the first step. How to solve it? Thanks