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

Create Model file for Object (face) Recognition in C++ #9

Open
ashokbugude opened this issue Oct 26, 2017 · 0 comments
Open

Create Model file for Object (face) Recognition in C++ #9

ashokbugude opened this issue Oct 26, 2017 · 0 comments

Comments

@ashokbugude
Copy link

I am doing research on face Recognition using tensorflow.
Can I please know how how to use the code to create model file for face recognition.

Task (required in C++)
I have 5 folders, each folder has 4 images of a particular person.
I would like to train the images and generate a model file from scratch.
I would then like to use the model file for recognizing one of the 5 persons.

Steps followed

  1. https://www.tensorflow.org/tutorials/image_retraining
    Issues
    Its in Python , but I wanted in C++
    It is not training the model file from scratch

2.https://github.com/tensorflow/models/tree/master/research/inception/inception
Issue Resolved
Model can be trained from scratch.
Unresolved Issue
Its in Python , but I wanted in C++

Please help me in creating the model file in C++

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

1 participant