ReGenNet icon indicating copy to clipboard operation
ReGenNet copied to clipboard

[CVPR 2024] Official implementation of the paper "ReGenNet: Towards Human Action-Reaction Synthesis"

Results 4 ReGenNet issues
Sort by recently updated
recently updated
newest added

I'm currently working on applying your pretrained model to another environment, and I have come across a couple of questions related to your evaluation code while working with the CHI3D...

Hi, thank you for your great work. I configured the environment as required and downloaded the pre-training model. My directory is as follows: ReGenNet ├── checkpoints │   ├── action_recognition │  ...

when I try to set cond_mode as action to add an extra embedding layer, I find the model you provided seems to lack the action condition embedding layer parameter. Will...

Hi~ This is a very nice work, and the method you proposed is innovative. I noticed you mention the scores about evaluating on the **InterHuman** dataset in the paper, but...