oarriaga / face_classification

Real-time face detection and emotion/gender classification using fer2013/imdb datasets with a keras CNN model and openCV.
MIT License
5.61k stars 1.59k forks source link

Real Time Error #31

Closed arevel190 closed 7 years ago

arevel190 commented 7 years ago

Hi all,

When I try running the image_gradcam_demo.py script I am getting the following error:

Traceback (most recent call last):
  File "image_gradcam_demo.py", line 22, in <module>
    image_path = sys.argv[1]
IndexError: list index out of range

I am currently running a conda environment with python 3.6.

arevel190 commented 7 years ago

Solved this by re-installing my conda environment. Apparently it was broken.