Tony607 / Keras_age_gender

Easy Real time gender age prediction from webcam video with Keras
154 stars 72 forks source link

install on linux mint 17 #3

Open molavy opened 6 years ago

molavy commented 6 years ago

i try test this but on install requirement give this error Could not find a version that satisfies the requirement opencv==1.0.1 (from -r requirements.txt (line 3)) (from versions: ) No matching distribution found for opencv==1.0.1 (from -r requirements.txt (line 3)) on run demo return this: Using TensorFlow backend. Illegal instruction

Dyex719 commented 6 years ago

Try installing opencv using pip, pip install opencv-python. Otherwise, build from source. (Refer to https://www.pyimagesearch.com/2018/05/28/ubuntu-18-04-how-to-install-opencv/)

Tony607 commented 6 years ago

Thanks for commenting!