arunponnusamy / gender-detection-keras

Gender detection (from scratch) using deep learning with keras and cvlib.
http://arunponnusamy.com
MIT License
184 stars 70 forks source link

Dataset #7

Open Aniketrajput039 opened 5 years ago

Aniketrajput039 commented 5 years ago

Which dataset you have used sir..? And what accuracy you got..? I also trained one but giving training set 96 % acc but the predictions are not satisfying to me.?

arunponnusamy commented 5 years ago

Hello @Aniketrajput039 , I used a small set of images (~2200) gathered from Google Image Search. You can learn more about the training process in the readme. https://github.com/arunponnusamy/gender-detection-keras#training

Vanilla0921lu commented 4 years ago

Hello,the model on my dataset are not satisfying to me,So I want to train my dataset,But thers is an error on it. Like this "cv2.error: OpenCV(4.1.1) /io/opencv/modules/imgproc/src/resize.cpp:3720: error: (-215:Assertion fail",So I want to know how big is your image, are they the same? how do you process your dataset? Thanks!