File size: 4,065 Bytes
e96d0e7 d7a3d68 7a22413 e96d0e7 be6dc23 06a307a 0df271a 06a307a 0df271a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | ---
base_model:
- zheng95z/rgb-to-x
- prs-eth/marigold-iid-appearance-v1-1
- prs-eth/marigold-iid-lighting-v1-1
datasets:
- GDAOSU/Olbedo
---
# Olbedo: An Albedo and Shading Aerial Dataset for Large-Scale Outdoor Environments
[](https://gdaosu.github.io/olbedo/)
[](https://huggingface.co/spaces/GDAOSU/olbedo)
[](https://huggingface.co/GDAOSU/olbedo)
[](https://huggingface.co/datasets/GDAOSU/Olbedo)
[](https://arxiv.org/abs/2602.22025)
This repository contains the official implementation and inference code for **Olbedo**.
## π Resources
We provide a comprehensive suite of resources for this project:
* **Project Page:** [https://gdaosu.github.io/olbedo/](https://gdaosu.github.io/olbedo/)
* **Interactive Demo:** [Hugging Face Spaces](https://huggingface.co/spaces/GDAOSU/olbedo)
* **Pre-trained Models:** [Hugging Face Model Hub](https://huggingface.co/GDAOSU/olbedo)
* **Dataset:** [Hugging Face Datasets](https://huggingface.co/datasets/GDAOSU/Olbedo)
* **Paper:** [arXiv:2602.22025](https://arxiv.org/abs/2602.22025)
## π Usage
We provide Docker support to ensure a consistent environment for running inference.
### 1. Build the Environment
First, clone this repository and build the Docker image. This will set up all necessary dependencies.
```bash
bash build_docker.sh
```
### 2. Run Inference
To run inference on your own images, use the run_inference.sh script. You must specify the input directory containing your images and the output directory where results will be saved.
```bash
bash run_inference.sh <input_directory> <output_directory>
```
## π Data & Models
If you wish to use the data or models separately, they are hosted on Hugging Face:
| Resource | Link | Description |
| :--- | :--- | :--- |
| **Model Weights** | [Download Here](https://huggingface.co/GDAOSU/olbedo) | Pre-trained checkpoints for the Olbedo architecture. |
| **Dataset** | [Download Here](https://huggingface.co/datasets/GDAOSU/Olbedo) | The dataset used for training and evaluation. |
## π Citation
If you find this project useful for your research, please consider citing our work:
```
@misc{song2026olbedoalbedoshadingaerial,
title={Olbedo: An Albedo and Shading Aerial Dataset for Large-Scale Outdoor Environments},
author={Shuang Song and Debao Huang and Deyan Deng and Haolin Xiong and Yang Tang and Yajie Zhao and Rongjun Qin},
year={2026},
eprint={2602.22025},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={[https://arxiv.org/abs/2602.22025](https://arxiv.org/abs/2602.22025)},
}
```
## π Acknowledgements
This codebase is largely built upon the following excellent projects:
* **[Marigold](https://github.com/prs-eth/Marigold)**
* **[RGBX](https://github.com/zheng95z/rgbx)**
We thank the authors for their open-source contributions.
## π« License
The dataset associated with this work is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0) (as defined in [LICENSE-DATA](LICENSE-DATA.txt)).
This code of this work is licensed under the Apache License, Version 2.0 (as defined in the [LICENSE](LICENSE.txt)).
The Marigold pretrained and fine-tuned models are licensed under RAIL++-M License (as defined in the [LICENSE-MODEL](LICENSE-MODEL.txt)).
The RGBX pretrained and fine-tuned models are licensed under ADOBE RESEARCH LICENSE(as defined in the [LICENSE-ADOBE](LICENSE-ADOBE.txt)).
By downloading and using the dataset, code and models you agree to the terms in [LICENSE-DATA](LICENSE-DATA.txt), [LICENSE](LICENSE.txt), [LICENSE-MODEL](LICENSE-MODEL.txt), and [LICENSE-ADOBE](LICENSE-ADOBE.txt) respectively. |