YuvalNirkin/face_swap

how to train face segmentation model

rootkit opened this issue · 2 comments

Hi YuvalNiirkin
I wanna train face segmentation model using my dataset, what should I do?

Thanks

John

Use the following repository to train a Caffe FCN model: https://github.com/shelhamer/fcn.berkeleyvision.org

Yuval

Thanks