Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Train with MS-Celeb-1M Dataset #170

Closed
bamos opened this issue Jul 28, 2016 · 13 comments
Closed

Train with MS-Celeb-1M Dataset #170

bamos opened this issue Jul 28, 2016 · 13 comments
Labels

Comments

@bamos
Copy link
Collaborator

bamos commented Jul 28, 2016

@FedericoRuiz1
Copy link

This is awesome! Do you have access to a computer that can handle this?

@bamos
Copy link
Collaborator Author

bamos commented Jul 28, 2016

Training will probably take a while, I just use a Titan X on data from an HDD. Resolving #132 and #117 will help speed up some data-related parts of training.

@GabrielLin
Copy link

The idea is great. However, MS-Celeb-1M Dataset is absolutely dirty. How do you deal with this issue?

@bamos
Copy link
Collaborator Author

bamos commented Aug 23, 2016

Training with MS-Celeb-1M is looking great so far. We're currently at ~95% accuracy and it's (slowly) rising, our best published model gets 92.92% accuracy. I have temporarily made the model available here if anybody's interested. It uses the innerEyesAndBottomLips alignment.

image

@bamos
Copy link
Collaborator Author

bamos commented Aug 23, 2016

(I started training this network 2 days ago.)

@shimen
Copy link

shimen commented Aug 25, 2016

Hi @bamos,
It is strange, I got better results with the old model. I had used the innerEyesAndBottomLips alignment.
I had tested it on 2 of my datasets. The model that I trained with the VGG data as I mentioned in #103 gets far better results.

here are the results:
# DATA1: 893id
893id_nn4 small2 v1
893id_nn4 small2 v1

893id_ms-celeb-1m_150_innereyesandbottomlips
893id_ms-celeb-1m_150_innereyesandbottomlips

893id_vgg_120
893id_vgg_120

DATA2: myprofile
myprofile_nn4 small2 v1
myprofile_nn4 small2 v1

myprofile_ms-celeb-1m_150_innereyesandbottomlips
myprofile_ms-celeb-1m_150_innereyesandbottomlips

myprofile_vgg_120
myprofile_vgg_120

@FedericoRuiz1
Copy link

@bamos @shimen I haven't actually ran any benchmarks, but at first glance it also seems like It performs worse for me. I ran both models in parallel and the new one gave false positives more often.

Its weird that Its more accurate for LFW but less accurate for us. Any ideas of what might be happening?

@skrew
Copy link

skrew commented Sep 8, 2016

@bamos How do you do that in 2 days (with partial results of model) ? I running the last part for 2 days with a Titan X (Pascal) and got nothing ! :)

./demos/classifier.py --cuda train ../ms-generated-embeddings/
/usr/local/lib/python2.7/dist-packages/sklearn/lda.py:4: DeprecationWarning: lda.LDA has been moved to discriminant_analysis.LinearDiscriminantAnalysis in 0.17 and will be removed in 0.19
  "in 0.17 and will be removed in 0.19", DeprecationWarning)
Loading embeddings.
Training for 99832 classes.

It just eating CPU and 88% of my memory (i have 32Go)...
Seem something got wrong for me ;)

@saurav111
Copy link

Hey @bamos , the link to the ~95% accuracy model is broken. Also, what accuracy did you get finally?
Thanks.

@bamos
Copy link
Collaborator Author

bamos commented Sep 19, 2016

Hi @saurav111 - as I mentioned, the link was only temporary :) I've been using my GPUs for other experiments and haven't yet been able to resume training on this.

@cggaurav
Copy link

cggaurav commented Jan 11, 2017

Hey @bamos & @shimen, do you have the trained model by any chance? We humans don't have access to supercomputers.

nhzandi pushed a commit to nhzandi/openface that referenced this issue Mar 28, 2017
@MaxwellNM
Copy link

Hi,
I want to reproduce the classification of MS-Celeb through your article http://arxiv.org/abs/1607.08221
I' have ubuntu 16.04 and Pascal GPU 375 driver, Cuda is already install, when i train with DBN classifier with cuda option it seems the code is still running in CPU. No see GPU impact.
I didn't want to re install cuda from the openface Docker's configuraton file, to prevent removal of the previous cuda installed in my OS
Ps what's wrong ?

@stale
Copy link

stale bot commented Nov 18, 2017

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Nov 18, 2017
@stale stale bot closed this as completed Nov 25, 2017
sunnylgz pushed a commit to sunnylgz/openface that referenced this issue Dec 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants