InterGen icon indicating copy to clipboard operation
InterGen copied to clipboard

[IJCV 2024] InterGen: Diffusion-based Multi-human Motion Generation under Complex Interactions

Results 41 InterGen issues
Sort by recently updated
recently updated
newest added

Thanks for your great work! Would you mind sharing the code to train the evaluation model interclip? I'm investigating its performance and your help would be appreciated.

Hope you are doing well! I see your dataset is SMPL but it is processed to joint positions and rotations (6D representation). Now, I want to try running the model...

Thanks for sharing your great work! I have trained the model myself with respect to your readme guideline, but set BATCH_SIZE = 16 and EPOCH=500 due to the lack of...

I'm trying to visualize the human motions with the given 6D rotation representations in "motions_processed" folder. However, with the following code, the visualization result is quite weird. Could you provide...

Hi, I hope this finds you well. I've been studying your Intergen paper and was impressed by the use of the T2M framework for evaluating the InterHuman dataset. I'm working...

When I run infer.py the error occurs as following: Traceback (most recent call last): File "tools/infer.py", line 128, in litmodel.generate_one_sample(text, name+"_"+str(i)) File "tools/infer.py", line 66, in generate_one_sample self.plot_t2m([motion_output[0], motion_output[1]], File...

https://github.com/tr3e/InterGen/blob/8a90d5d008cb855045e17b12379fb8ddda50eb25/utils/metrics.py#L68 Hello, may I ask why you times this emb scale of 6 when calculating the fid and diversity metrics?

Hello, I'm attempting to calculate the global_mean and global_std for the whole dataset myself so I can then find the values for a subset of the motion. I accumulated the...

Hi, Thanks for your work. Your work is excellent!Can I inquire about how the 492 columns in each npy file under the folder "motions.processed" are composed? What exactly does this...

Thanks for sharing your awesome work. I was wondering how can I get access to the videos of the boxing just from 4 different view points. I want to create...