RelightableAvatar icon indicating copy to clipboard operation
RelightableAvatar copied to clipboard

How to train on ZJU-Mocap?

Open CarlyQAQ opened this issue 1 year ago • 2 comments

Now I have prepared the ZJU-Mocap dataset, do I need to preprocess the dataset? How should the training code be adjusted? Looking forward to your response!

CarlyQAQ avatar Oct 11 '24 07:10 CarlyQAQ

The ZJU-Mocap dataset downloaded from https://github.com/zju3dv/animatable_nerf/blob/master/INSTALL.md has already been preprocessed. For training, just change the cfg_file to the corresponding data, the configuration file can be found at https://github.com/wenbin-lin/RelightableAvatar/tree/main/configs. For example: python train_geometry.py --cfg_file configs/geometry_zju_377.yaml exp_name geometry_zju_377

wenbin-lin avatar Oct 11 '24 13:10 wenbin-lin

The ZJU-Mocap dataset downloaded from https://github.com/zju3dv/animatable_nerf/blob/master/INSTALL.md has already been preprocessed. For training, just change the cfg_file to the corresponding data, the configuration file can be found at https://github.com/wenbin-lin/RelightableAvatar/tree/main/configs. For example: python train_geometry.py --cfg_file configs/geometry_zju_377.yaml exp_name geometry_zju_377

Thank you very much for your reply!

CarlyQAQ avatar Oct 12 '24 02:10 CarlyQAQ