Upload BRDFusion checkpoint archives
Browse files
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: pytorch
|
| 3 |
+
license: other
|
| 4 |
+
tags:
|
| 5 |
+
- brdfusion
|
| 6 |
+
- inverse-rendering
|
| 7 |
+
- relighting
|
| 8 |
+
- urban-scenes
|
| 9 |
+
- waymo-open-dataset
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# BRDFusion Pretrained Checkpoints
|
| 13 |
+
|
| 14 |
+
This repository contains the pretrained checkpoints for the paper **BRDFusion: Physics Meets Generation for Urban Scene Inverse Rendering**.
|
| 15 |
+
|
| 16 |
+
[Project Page](#) | [GitHub](#) | [arXiv](#)
|
| 17 |
+
|
| 18 |
+
BRDFusion combines physics-based inverse rendering with generative modeling for high-quality urban scene relighting. It decomposes urban videos into geometry, materials, and HDR lighting for novel-view rendering, relighting, and scene-edit applications.
|
| 19 |
+
|
| 20 |
+
## Citation
|
| 21 |
+
|
| 22 |
+
```bibtex
|
| 23 |
+
@misc{liu2026brdfusion,
|
| 24 |
+
title={BRDFusion: Physics Meets Generation for Urban Scene Inverse Rendering},
|
| 25 |
+
author={Liu, Yi-Ruei and Lee, Jie-Ying and Huang, Zheng-Hui and Liu, Yu-Lun and Lin, Chih-Hao},
|
| 26 |
+
year={2026}
|
| 27 |
+
}
|
| 28 |
+
```
|