Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 421 Bytes

File metadata and controls

11 lines (8 loc) · 421 Bytes

Lesson 37: Synthetic Face Parsing

This lesson frames face parsing as a compact six-class segmentation task over synthetic face renderings. Each image includes coarse regions for background, hair, skin, left eye, right eye, and mouth.

What It Teaches

  • synthetic dense labels for face-region understanding
  • lightweight segmentation with a small convolutional head
  • mean-IoU tracking for dense prediction lessons