FrozenBurning / Relighting4D

[ECCV 2022] Relighting4D: Neural Relightable Human from Videos
https://frozenburning.github.io/projects/relighting4d/
Other
267 stars 19 forks source link

bug about your training code #6

Closed yjh576 closed 1 year ago

yjh576 commented 1 year ago

I directly download your code and run them. However, the process seems to stay at this line

https://github.com/FrozenBurning/Relighting4D/blob/4ab912f0a25cbc5e12035620a3a091fa4f1d8fbd/lib/train/trainers/trainer.py#L41 ,and does not continue. I am confused by this.

FrozenBurning commented 1 year ago

Please specify the command you used to launch the training process and the log info from the terminal. It seems that the dataset is not properly set up. For the dataset preparation, please refer to our README.