Closed kaishijeng closed 8 years ago
I prepare data ,then fine-tuning the vgg_s caffe model
Which data set do you use to generate a pre-trained model? Can you share you training script?
Thanks,
On Fri, Jan 22, 2016 at 4:37 AM, kkhe notifications@github.com wrote:
I prepare data ,then fine-tuning the vgg_s caffe model
— Reply to this email directly or view it on GitHub https://github.com/qiexing/face-landmark-localization/issues/3#issuecomment-173909529 .
I use ibug 300w 68 landmark
I have downloaded ibug 300W 68 dataset. Do you mind sharing your training scripts and solver.protobuf?
Thanks,
On Mon, Jan 25, 2016 at 11:03 PM, kkhe notifications@github.com wrote:
Closed #3 https://github.com/qiexing/face-landmark-localization/issues/3 .
— Reply to this email directly or view it on GitHub https://github.com/qiexing/face-landmark-localization/issues/3#event-526078260 .
QieXing
Are you willing to share train.prototxt and solver.prototxt for training purpose?
Thanks
@kaishijeng did you have success reproducing @qiexing results? I've tried to without success. I performed translations and rotations over the 135 original files, as it was suggested, but the model overfit.
I've done this here in case you want to take a look and try yourself in case you have not.
@Afromero
I tried, but not able to make it work. I will take a look at what you have done.
Thanks,
On Mon, Feb 29, 2016 at 8:09 AM, Afromero notifications@github.com wrote:
@kaishijeng https://github.com/kaishijeng did you have success reproducing @qiexing https://github.com/qiexing results? I've tried to without success. I performed translations and rotations over the 135 original files, as it was suggested, but the model overfit.
I've done this here https://github.com/affromero/ActionUnits_Classification/blob/master/Landmarks/face-landmark-localization/get_data.py in case you want to take a look and try yourself in case you have not.
— Reply to this email directly or view it on GitHub https://github.com/qiexing/face-landmark-localization/issues/3#issuecomment-190271545 .
@Afromero,
Did you have a luck of getting training worked? Your github repository
mentions it is still overfitting.
On Mon, Feb 29, 2016 at 5:14 PM, kaishi Jeng kaishi.jeng@gmail.com wrote:
@Afromero
I tried, but not able to make it work. I will take a look at what you have done.
Thanks,
On Mon, Feb 29, 2016 at 8:09 AM, Afromero notifications@github.com wrote:
@kaishijeng https://github.com/kaishijeng did you have success reproducing @qiexing https://github.com/qiexing results? I've tried to without success. I performed translations and rotations over the 135 original files, as it was suggested, but the model overfit.
I've done this here https://github.com/affromero/ActionUnits_Classification/blob/master/Landmarks/face-landmark-localization/get_data.py in case you want to take a look and try yourself in case you have not.
— Reply to this email directly or view it on GitHub https://github.com/qiexing/face-landmark-localization/issues/3#issuecomment-190271545 .
No @kaishijeng, I have not. I even improved from 135 images to 1M images performing rotations from -80 to 80 degrees and translations and now it does not learn at all, I'm playing with the parameters by now to see what happens.
I hope @qiexing could give us a hand.
@Afromero
Thanks for the update. Let us hope qlexing reads this and shares his training code.
On Mon, Mar 7, 2016 at 6:13 AM, affromero notifications@github.com wrote:
No @kaishijeng https://github.com/kaishijeng, I have not. I even improved from 135 images to 1M images performing rotations from -80 to 80 degrees and translations and now it does not learn at all, I'm playing with the parameters by now to see what happens.
I hope @qiexing https://github.com/qiexing could give us a hand.
— Reply to this email directly or view it on GitHub https://github.com/qiexing/face-landmark-localization/issues/3#issuecomment-193262582 .
Your pre-trained model performance is quite good. Can you provide info of how you train your net?
Thanks