Runqi Wang

Results 6 comments of Runqi Wang

![屏幕截图 2024-06-21 110045](https://github.com/tr3e/InterGen/assets/86606649/19adb2bb-667a-48c2-89ee-e61069b76204) The R_precision of InterGen that I reproduced is always higher than that of GT. Does anyone know the reason for this? Thank you very much.

> Try training from scratch. Hello, Are you suggesting that we should retrain the Intergen model itself, or are you referring to retraining the feature extractor used for feature extraction?

![image](https://github.com/pabloruizponce/in2IN/assets/86606649/89366db3-81f2-402e-8124-1f6d96460fda) The error message is roughly like this. I'm not sure if I misunderstood something. For evaluation, following the instructions on the GitHub page, I executed the command: python in2in/scripts/infer.py...

> Ey, there was a typo on the commands in the README 😓. They are now updated: > > ```shell > python in2in/scripts/eval/interhuman.py \ > --model configs/models/in2IN.yaml \ > --evaluator...

![172552f4821127d290cc2a61eba1d4f](https://github.com/pabloruizponce/in2IN/assets/86606649/358343ec-bd6c-46ea-a501-615ac03ee1e0) I encountered an error when executing the following command: python in2in/scripts/eval/DualMDM.py --model configs/models/DualMDM.yaml --evaluator configs/eval.yaml --device 0 The error message says: "No such file or directory: './data/HumanML3D/mean_interhuman.npy'". How can...

![image](https://github.com/pabloruizponce/in2IN/assets/86606649/d17994ee-eef4-44a5-8005-cc8f70a9ab4e) When I execute the following command: python in2in/scripts/eval/interhuman.py --model configs/models/in2IN.yaml --evaluator configs/eval.yaml --mode [individual, interaction, dual] --out results --device 0 --mode interaction there are still some issues. Is there...