Timo Teufel1*, Pulkit Gera1*, Xilong Zhou1,
Umar Iqbal2, Pramod Rao1,
Jan Kautz2, Vladislav Golyanik1,Christian Theobalt1
1 Max Planck Institute for Informatics,SIC
2 NVIDIA
* Equal contribution
Official repository for code, tools and information related to the HumanOLAT dataset.
For any questions regarding the dataset itself or access to it, please contact Timo Teufel [email protected].
Simultaneous relighting and novel-view rendering of digital human representations is an important yet challenging task with numerous applications. However, progress in this area has been significantly limited due to the lack of publicly available, high-quality datasets, especially for full-body human captures. To address this critical gap, we introduce the HumanOLAT dataset, the first publicly accessible large-scale dataset providing multi-view One-Light-at-a-Time (OLAT) captures of full-body humans. The dataset includes HDR RGB frames under various illumination conditions, such as white light, environment maps, color gradients and fine-grained OLAT illuminations. Our evaluations on state-of-the-art relighting and novel-view synthesis methods underscore both the dataset's value and the significant challenges still present in accurately modeling complex human-centric appearance and lighting interactions. We believe that HumanOLAT will significantly facilitate future research, enabling rigorous benchmarking and advancements in both general and human-specific relighting and rendering techniques.
To access the dataset, navigate to the authentication site by going to https://gvv-assets.mpi-inf.mpg.de/, searching for "HumanOLAT" and clicking on the button "Software". Afterwards, ...
- Register a new account and supply the requested information.
- Send an e-mail describing the intended use to [email protected] with your supervisor cc-ed.
Both of these steps are necessary, if you fail to do so your request will be rejected. Please note that we require everyone who wishes to access to access the dataset to apply using an institutional e-mail address and describe the intended usage in detail (i.e. not just "research").
After your account has been approved, simply login and download the parts of the dataset which interest you. In general, we recommend downloading the processed_data.tar file (10GB), which contains the entire dataset stored using undistorted, masked and motion corrected 1K .avif files.
Due to large storage requirements, some .tar files are split into chunks of 100GB. Once you have downloaded all parts belowing to one .tar, you can extract the data using
cat /PATH/TO/DOWNLOAD/{TAR_NAME}.tar.gz.part* | tar -xzvf - -C /PATH/TO/OUTPUT
Please view the DATASHEET.md for detailed information on the contents of the dataset.
Please view the Code directory for information on available code and tools.
(COMING SOON) Information on how to process the raw .RED files will be added soon.
If you find this dataset useful for your research, please consider staring this repo and citing
@inproceedings{teufelgera2025HumanOLAT,
title = {HumanOLAT: A Large-Scale Dataset for Full-Body Human Relighting and Novel-View Synthesis},
author = {Timo Teufel and Pulkit Gera and Xilong Zhou and Umar Iqbal and Pramod Rao and Jan Kautz and Vladislav Golyanik and Christian Theobalt},
year = {2025},
booktitle={International Conference on Computer Vision (ICCV)}
}
This research was supported by NVIDIA.
- Add information on how to access the dataset
- Add sources for code and tools
- Add information on how to process raw data