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

neural network #41

Closed
hodaghezavati opened this issue Jan 8, 2019 · 4 comments
Closed

neural network #41

hodaghezavati opened this issue Jan 8, 2019 · 4 comments

Comments

@hodaghezavati
Copy link

hi, i want to ask what kind of neural network you used in order to detect human or face in your project and how did you train it?

@prsntmaurya
Copy link
Member

Hello, we haven't used any neural networks. For the purpose of face detection, HAAR features are used and HOG features are used for Person detection. Please refer to the shared project report for more information.

@hodaghezavati
Copy link
Author

hodaghezavati commented Jan 11, 2019 via email

@prsntmaurya
Copy link
Member

prsntmaurya commented Jan 11, 2019

You can use custom names for images but for that, you have to make certain changes in the code create_face_model.py.
The current create_face_model.py accepts the images in the following format:
subject01.1.jpg
subject01.2.jpg
...
subject01.100.jpg

subject02.1.jpg
...
subject02.100.jpg

Here the number just after the word "subject" is class ie: it indicates the person to which image belongs to.
Example:
subject01, subject02 are two different persons.
subject01.1.jpg, subject01.2.jpg are images of same persons ie: subject01
subject01.1.jpg, subject02.1.jpg are images of different persons ie: subject01

@hodaghezavati
Copy link
Author

hodaghezavati commented Jan 13, 2019 via email

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

No branches or pull requests

2 participants