-
Hi, @takiyu
I'm running the use_on_file.py like this
`python scripts/use_on_file.py --model model_epoch_190 --img age_gender/input/jan2.jpg `
The error I'm getting is this:
```
Traceback (mos…
-
Hi Yu-san,
Thanks for this repo. I have a question regarding this snippet in demo.py
`"M" if predicted_genders[i][0] < 0.5 else "F")`
I am predicting on one face only so my code is:
```
face…
-
A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.It is a hybrid face recognition framework wrapping state-of-the-art models: [VGG-Face](h…
-
I have successfully trained one age and gender detection model and i got .ckpt model file and its working and predicting correctly with satisfied accuracy now i want to convert this .ckpt model into .…
-
The current Rekognition/ Indexfaces node return no facial profiling information such as age, gender, etc. How to put '--detection-attributes "ALL"' to this node so that it returns facial profiles as r…
-
I followed the tutorial for retraining an existing model, i successfully retrained a model for gender detection, but when i converted the .pb model to .tflite and used it on android using ML kit the a…
-
I struggled to get the openbr run properly on the ubuntu, here is the unit test result,
Running tests...
Test project /home/user/openbr/openbr/build
Start 1: br_initialize
1/9 Test #1: br_initial…
-
I trained a gender(male/female) detection on yolov5 and used the same dataset, same epochs, same batch size and yolov7 is less accurate.
What could be the issue or what could be done to improve acc…
-
Hello!
i want to ask a query. If we have to add another class to man and women, like if we want to add child face detection as 3rd class. how will we do that? and also guide about its training.
-
how to train the model?