Pregunta de entrevista de Lightricks

2. On the zoom interview - Design a colorization model (given a grayscale image, predict its color).

Respuesta de la entrevista

Anónimo

13 ene 2025

Use L*a*b* color space to only predict the a, b values - it guarantees that the intensity of the output will be the same as the input. Use a diffusion model to do the prediction - explain how a diffusion model works.