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

Model Architecture #39

Open
g3mini28 opened this issue Mar 18, 2019 · 1 comment
Open

Model Architecture #39

g3mini28 opened this issue Mar 18, 2019 · 1 comment

Comments

@g3mini28
Copy link

Hi,

I am currently new to all this and still learning. Is your implementation very similar to FaceNet approach? As I am currently working on a facial recognition project and I am trying FaceNet approach. I have read David Sandberg's on FaceNet and noticed he used a model architecture of inception ResNet v1 to train the dataset.

May I know what is the model architecture that you are using and if I were to use your approach, must I retrain a huge dataset of photos and use this pretrained model, to train my own much smaller dataset? Any suggestions of what I need to do? Thank you.

@omoindrot
Copy link
Owner

Since my example works with MNIST, I'm not using a very big architecture (just 2 convolutions + fully connected).

For face recognition, you need a bigger model like resnet. If your dataset is small, you may want to start with a pretrained model and fine-tune it, or even freeze most of the layers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants