JACKYLUO1991 / Face-skin-hair-segmentaiton-and-skin-color-evaluation

segmentation and color classification
Apache License 2.0
178 stars 42 forks source link

Training dataset used #3

Closed Nerdyvedi closed 4 years ago

Nerdyvedi commented 4 years ago

Thank you for sharing this wonderful work.

The paper mentions that the data is being acquired from 3 different sources:

  1. LFW subset : 2927 Images, 1500 used for training
  2. CelebA subset : 3556 Images, As in "A Deep Learning Approach to Hair Segmentation and Color Extraction from Facial Images"
  3. Figaro1k : Only those images which have faces are used, 171 Images

I could not understand how you used these datasets to train the model. Do you combine them to make one single set of training data, or do you train separate models? Sorry , if this is a silly question, I could not understand the training procedure from the paper.

Another question that I have is , Nowhere in this code I could find a face detector which would select images from Figaro1k which contain images.

Your help would mean a lot. Thanks

JACKYLUO1991 commented 4 years ago

Thank you very much for your support.  Let me explain the problem you raised: 

  1. Train three models on three different datasets; 
  2. The face detector can be chosen at will. In order to test fairness, it is recommended to choose Dlib;

------------------ 原始邮件 ------------------ 发件人: "Vedanta Jha"<notifications@github.com>; 发送时间: 2020年1月30日(星期四) 晚上9:01 收件人: "JACKYLUO1991/Face-skin-hair-segmentaiton-and-skin-color-evaluation"<Face-skin-hair-segmentaiton-and-skin-color-evaluation@noreply.github.com>; 抄送: "Subscribed"<subscribed@noreply.github.com>; 主题: [JACKYLUO1991/Face-skin-hair-segmentaiton-and-skin-color-evaluation] Training dataset used (#3)

Thank you for sharing this wonderful work.

The paper mentions that the data is being acquired from 3 different sources:

LFW subset : 2927 Images, 1500 used for training

CelebA subset : 3556 Images, As in "A Deep Learning Approach to Hair Segmentation and Color Extraction from Facial Images"

Figaro1k : Only those images which have faces are used, 171 Images

I could not understand how you used these datasets to train the model. Do you combine them to make one single set of training data, or do you train separate models? Sorry , if this is a silly question, I could not understand the training procedure from the paper.

Another question that I have is , Nowhere in this code I could find a face detector which would select images from Figaro1k which contain images.

Your help would mean a lot. Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Nerdyvedi commented 4 years ago

How do you split the Figaro and CelebA dataset, Like how many for training and how many for testing ? And then do you use a separate model for training on CamVid dataset ?

PS : I am getting 183 images with faces on applying dlib to figarro1k, the paper mentions 171

Nerdyvedi commented 4 years ago

@JACKYLUO1991 , Could you please share how split the data for Figaro and CelebA as well ? Thank you

JACKYLUO1991 commented 4 years ago

@Nerdyvedi You can see the comments I respond to others.

Nerdyvedi commented 4 years ago

Okay, Thanks