Closed pidzvnese closed 6 years ago
i have same issue. kindly, have you gotten a solution?
@pidzvnese using the image path of the picture you will like to detect will solve this problem.
example : image_path = "C:\Users\Kasutaja\Pictures\barack.img"
When I trying running video_gradcam_demo.py have an error:
pidzvnese@piii-pc:~/Desktop/code/face_classification/src$ python3 image_gradcam_demo.py Using TensorFlow backend. Traceback (most recent call last): File "image_gradcam_demo.py", line 22, in
image_path = sys.argv[1]
IndexError: list index out of range
Can you help me solve it?