Hacker News new | ask | show | jobs
by TuringTest 3748 days ago
One question, is the semantic map created on the fly at the same time as the final image is composed, or are the maps pre-computed?
1 comments

The semantic map remains static during the optimization, so it can be provided as a pre-computation (e.g. pixel labeling, semantic segmentation, etc.) or done by hand. The ones in the repository are done manually, but now experimenting with other algorithms. Anything that returns a bitfield or masks can be used!