Skip to content
forked from Eskender-B/icnn

Interlinked Convolutional Neural Network for Image Parsing

Notifications You must be signed in to change notification settings

Mad-Thanos/icnn

 
 

Repository files navigation

Interlinked Convolutional Neural Network for Face Parsing

This is a pytorch implementation of the ICNN paper.

How to Run

Copy and unzip Helen dataset in "../data" (one level up from project directory)

Prepare facial parts (Only once) python3 extract_parts.py

Create result folder mkdir res/

Train Stage1 python3 train_stage1.py

Train Stage2 python3 train_stage2.py

Modulate background python3 bg_modulate.py

Run end2end python3 end2end.py

About

Interlinked Convolutional Neural Network for Image Parsing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%