gafniguy / 4D-Facial-Avatars

Dynamic Neural Radiance Fields for Monocular 4D Facial Avater Reconstruction
670 stars 67 forks source link

eval_transformed_rays.py print out same images. #19

Closed HyunsooCha closed 2 years ago

HyunsooCha commented 2 years ago

Hello. Thank you for sharing the great code. When I used the evaluation code (eval_transformed_rays.py), there was AN ISSUE—the code printed out the same images. Screen Shot 2022-02-21 at 19 25 38 I trained the person_1 dataset using train_transformed_rays.py code to get checkpoints. Then, I used the 295000 checkpoint file made myself. Is there anyone who solves this problem or has no errors? Thanks.

gafniguy commented 2 years ago

Hi, try setting ablate = None in line 420 of the evaluation script

HyunsooCha commented 2 years ago

Thank you for your fast reply. I solved it. I appreciate your help.