flame icon indicating copy to clipboard operation
flame copied to clipboard

Official implementation of the paper "FLAME: Free-form Language-based Motion Synthesis & Editing"

Results 5 flame issues
Sort by recently updated
recently updated
newest added

Similar to #5, I still cannot reproduce the results using the released model and the results I got were extremely poor. `{"r_precision": {"top-1": 0.06051829268292683, "top-2": 0.1298780487804878, "top-3": 0.19603658536585367}, "fid": 1481.7516534444785,...

Hello, thank you for such a great project. I have a question when reading "Table 2: APE and AVE benchmark on the KIT dataset": The evaluation results of Lin et...

Hi, just noticed that your code for humanml3d process goes like: ```python NUM_JOINTS = 24 # and poses_adjust = motiton_meta["poses"][::fps_adjust_factor] poses_target = poses_adjust[start_frame:end_frame] axis_angles = poses_target.reshape(len(poses_target), -1, 3)[ :, :NUM_JOINTS,...

Hello. I tried to reproduce the outputs which is "the person kicks with right leg" with the model name human3dml you uploaded. And my result shown that the foot contact...

Hi, I'm trying to train a Motion CLIP using the hyperparameters shown in paper. But I didn't find the introduction about the performance of the trained Motion CLIP in your...