This repository is the official implementation of the paper:
Relightable Neural Actor with Intrinsic Decomposition and Pose Control, ECCV 2024
Diogo C. Luvizon | Vladislav Golyanik | Adam Kortylewski | Marc Habermann | Christian Theobalt
Project: link
Please follow the instructions here.
For downloading and processing the Relightable Dynamic Actors (RDA) Dataset, refer to dataset.
Since the models are trained on data from real persons, before downloading the weights for research purposes, registration is required. Please follow the instructions [ here ].
python -m rna.valid \
--experiment "demo_S1T1" \
--data_root "data/processed/RelightableDynamicActor/S1/T1" \
--relight_weights "checkpoints/S1/checkpoints/neura_weights_relight_exp_473E_017.pt" \
--envmap_path "data/RelightableDynamicActor/S1/T1/light_probe/envmap/hdri_combined_low_res.hdr" \
--valid_frames "100..200..10" \
--valid_cameras "7,19,28,32,39" \
--relight \
--clip_canonical \
--static_albedo \
--use_uv_nets \
--tex_file_ext "png" \
--load_frames
The default output path will be at ./output/$experiment
.
@inproceedings{relightneuralactor2024eccv,
title = {Relightable Neural Actor with Intrinsic Decomposition and Pose Control},
author = {Luvizon, Diogo and Golyanik, Vladislav and Kortylewski, Adam and Habermann, Marc and Theobalt, Christian},
year = {2024},
booktitle={European Conference on Computer Vision (ECCV)},
}
Please see the License Terms in the LICENSE file.