https://github.com/snavely/pbrs_tonemapper
Tonemapper used for generating the CGIntrinsics dataset described in "CGIntrinsics: Better Intrinsic Image Decomposition through Physically-Based Rendering" (http://www.cs.cornell.edu/projects/cgintrinsics/)
https://github.com/snavely/pbrs_tonemapper
Last synced: 11 days ago
JSON representation
Tonemapper used for generating the CGIntrinsics dataset described in "CGIntrinsics: Better Intrinsic Image Decomposition through Physically-Based Rendering" (http://www.cs.cornell.edu/projects/cgintrinsics/)
- Host: GitHub
- URL: https://github.com/snavely/pbrs_tonemapper
- Owner: snavely
- Created: 2019-05-03T01:46:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T02:31:35.000Z (almost 6 years ago)
- Last Synced: 2025-04-01T20:11:16.504Z (about 1 month ago)
- Language: Python
- Size: 7.81 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This rendering code accompanies the paper
```
CGIntrinsics: Better Intrinsic Image Decomposition through Physically-Based Rendering
Zhengqi Li and Noah Snavely
ECCV 2018
```
available at http://www.cs.cornell.edu/projects/cgintrinsics/.# Rendering with Mitsuba
We modified the Mitsuba rendering settings compared to the original
PBRS settings. In particular, we dramatically increased the number of
samples per pixel, and switched to using a bidirectional path tracing
integrator.We have included an example Mitsuba input XML file,
main_template_color_rgb.xml, to illustrate these changes. This file
corresponds to scene 0004d52d1aeeb8ae6de39d6bd993e992 in SUNCG/PBRS.# Tonemapping
The script tonemap_rgbe.py can be used to tonemap a .rgbe image
produced by Mitsuba using the method described in the paper. In
particular, we used the following settings:> tonemap_rgbe.py --input_image foo.rgbe --output_image foo.png --percentile 90 --percentile_point 0.80