qiexing / face-landmark-localization

cnn network predict face landmarks (68 points) and head pose (3d pose, yaw,roll,pitch).
410 stars 184 forks source link

Can you provide some details about your training dataset? #1

Closed windpls closed 8 years ago

windpls commented 8 years ago

It's very kind of you to share the model.

But I wonder some details about the training set. Did you use external dataset apart from IBUG 300W? If used, what's the size of your private dataset? If not, how did you avoid overfitting while using such small data set?

qiexing commented 8 years ago

hi, windpls. I just using the data from ibug 300w without external dataset. I do rotations, translation to avoid overfitting.

windpls commented 8 years ago

@qiexing Thanks for your reply. Have you tested the model on the test set of IBUG 300W (IBUG + test set of HELEN + test set of LFPW, totally 689 samples)? Does the performance outperform previous regression-based methods like ERT, LBF, SDM?

qiexing commented 8 years ago

If using ground truth point to calculate bbox, the result would be better

windpls commented 8 years ago

@qiexing Thanks. Another thing I'd like to know is whether the model you released in this repo was trained on the whole IBUG300W or just the training set(not including the 689 samples I mentioned above)?

qiexing commented 8 years ago

not including 689 test samples