Ayush Thakur
  • About Me
  • Authoring
    • DeepFaceDrawing: An Overview
    • Rewriting a Deep Generative Model: An Overview
    • Unsupervised Visual Representation Learning with SwAV
    • In-Domain GAN Inversion for Real Image Editing
    • Metric Learning for Image Search
    • Object Localization with Keras and W&B
    • Image Segmentation Using Keras and W&B
    • Understanding the Effectivity of Ensembles in DL
    • Modern Data Augmentation Techniques for CV
    • Adversarial Latent Autoencoders
    • Towards Deep Generative Modeling with W&B
    • Interpretability in Deep Learning - CAM and GradCAM
    • Introduction to image inpainting with deep learning
    • Simple Ways to Tackle Class Imbalance
    • Debugging Neural Networks with PyTorch
    • Generating Digital Painting Lighting Effects
    • Multi Task Learning with W&B
    • Translate American Sign Language Using CNN
    • Converting FC Layers to Conv Layers
  • Projects
    • Smart Traffic Management Using Reinforcement Learning
    • Sign Language Translator
Powered by GitBook
On this page
  • 🤩 Check out the report here.
  • ​🙈 Check out the forked GitHub repo here.

Was this helpful?

  1. Authoring

Generating Digital Painting Lighting Effects

This is just WOW <3

PreviousDebugging Neural Networks with PyTorchNextMulti Task Learning with W&B

Last updated 4 years ago

Was this helpful?

Lighting plays an important role in digital and matte painting. Unlike physical illumination in the real world or rendered scenes, the painted lighting effects in digital paintings are created by artists using heterogeneous strokes. In the paper titled "" the authors propose an image processing algorithm to generate digital painting lighting effects from a single image. The algorithm is based on the key observation that: artists use many overlapping strokes to paint lighting effects, i.e., pixels with dense stroke history tend to gather more illumination strokes. Based on this observation they devised an algorithm that can:

  • Estimate the stroke density of the input image based on that image itself using color geometry.

  • Generate visually realistic lighting effects by mimicking artists’ coarse-to-fine workflow.

🤩 Check out the report .

​🙈 Check out the forked GitHub repo .

Generating Digital Painting Lighting Effects via RGB-space Geometry
here
here