Open zeng798473532 opened 1 month ago
To test on training poses (albedo&normal), run:
python launch.py mode=test resume=${PATH_TO_CKPT} dataset=rana/p1/subject_01
To test relighting on novel poses, run:
python launch.py mode=test resume=${PATH_TO_CKPT} model.global_illumination=false dataset=rana/relight/subject_01 light=envlight_tensor model.render_mode=light model.samples_per_pixel=1024
I want to get the evaluation metrics of RANA datasets, including the relighting image, albedo, normal error in the paper, could you please provide the running scripts?