RelightableAvatar
RelightableAvatar copied to clipboard
How to train on ZJU-Mocap?
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!
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
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!