Skip to content

Commit ab2f284

Browse files
authored
Update README with project details and instructions
1 parent 01ceea9 commit ab2f284

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

research/mono-hdr-3d/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Designed as a meta-algorithm, our approach can be seamlessly integrated with exi
1111
## Overview
1212
Given single-exposure LDR images (with corresponding camera poses) as input, we first learn an LDR 3D scene model (e.g., NeRF or 3DGS). Then, we elevate this LDR model to an HDR counterpart via our camera-imaging–aware LDR-to-HDR Color Converter (L2H-CC). Additionally, we introduce a latent HDR-to-LDR Color Converter (H2L-CC) as a closed-loop component, enabling the optimization of HDR features even when only LDR training images are available, which ensures the framework to be robust in the absence of ground-truth HDR data.
1313
<p align="center">
14-
<img src="assets/pipeline.png"/>
14+
<img src="pipeline.png"/>
1515
</p>
1616

1717
## Quick Start
@@ -57,3 +57,4 @@ Intermediate results and models are saved in ```output/mlp/<scene_name>```
5757

5858
## Acknowledge
5959
Our code is based on the famous pytorch reimplementation of [HDR-GS](https://github.com/caiyuanhao1998/HDR-GS) and [HDR-NeRF](https://github.com/xhuangcv/hdr-nerf/). We appreciate all the contributors.
60+

0 commit comments

Comments
 (0)