Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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