File size: 660 Bytes
1b5ee0e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# 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
```