chungyiweng / humannerf

HumanNeRF turns a monocular video of moving people into a 360 free-viewpoint video.
MIT License
786 stars 86 forks source link

Load from check point #20

Closed afiretony closed 2 years ago

afiretony commented 2 years ago

Hi, thanks for sharing your great work! Do you have any script for continuing train from saved checkpoint, it seems in train.py there isn't args for passing the checkpoint path etc., thanks!

HelloRicky123 commented 2 years ago

Thanks to the excellent code.

Resume code is in humannerf/core/train/trainers/human_nerf/trainer.py.
You can run it with

python train.py --cfg configs/human_nerf/zju_mocap/392/adventure.yaml resume True
afiretony commented 2 years ago

thanks!

afiretony commented 2 years ago

Thanks to the excellent code.

Resume code is in humannerf/core/train/trainers/human_nerf/trainer.py. You can run it with

python train.py --cfg configs/human_nerf/zju_mocap/392/adventure.yaml resume True