naritapandhe / Gender-Age-Classification-CNN

My final course project for CSCI 8360 Data Science Practicum course. This project focuses on gender and age classification based on images using convolutional neural networks.
42 stars 22 forks source link

Missing Fold-Data Pickle files #5

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi All,

I noticed that there are fold-x-data.txt files available but I am not sure if I should generate the .pkl files in order to run the train-and-test script for gender classification as I cannot find the files anywhere.

ZhuoerLyu commented 6 years ago

@Mthilwane @naritapandhe I had the problems too,I think It may have something to do with the prepro directory, and I am working on it.Did you figure it out?If you did, could you please share with me? Thank you very much!

dinhanhx commented 4 years ago

Well I have same problems. Did you guys figure out? Update: it's likely that are messy directories in folder prepo. I am on my way trying figure

dinhanhx commented 4 years ago

You guys need to download all datasets which have been provided with the link in README.md then you have to replace her paths by your own paths in file prepo\creat_gender_neutral_data.py and remove some # at lines in main function to generate .pkl files.

She used tensorflow cpu v1 and python 2 on Ubuntu distros.

You will have to install more modules than the list in README.md