taconite / IntrinsicAvatar

[CVPR 2024] IntrinsicAvatar: Physically Based Inverse Rendering of Dynamic Humans from Monocular Videos via Explicit Ray Tracing
https://neuralbodies.github.io/IntrinsicAvatar/
MIT License
86 stars 5 forks source link

How to get the evaluation metrics of the RANA datasets? #10

Open zeng798473532 opened 1 month ago

zeng798473532 commented 1 month ago

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?

taconite commented 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