NPRC24 / OzUVGL /README.md
Artyom
ozuvgl
1b5ee0e verified
# VGL OZU - Night Photography Rendering Challenge @ NTIRE 2024, CVPR Workshops
Please put the test data into folder `data/` before building the Docker image.
**IMPORTANT:** Illuminant estimation algorithm contains random subsampling steps, to reproduce the 3rd validation outputs exactly, please do not forget to include "*_wb.json" files in submitted outputs folder to the corresponding data folder.
To build the Docker image:
```
docker build -t npr-vgl-ozu .
```
You may run the process as follows:
```
docker run -v $(pwd)/results:/npr-vgl-ozu/results npr-vgl-ozu
```
Results will be placed at `./results`
To cite the challenge report:
```
TBD
```