Runqi Wang
Runqi Wang
 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?
 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...
 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...
 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...