spmallick / learnopencv

Learn OpenCV : C++ and Python Examples
https://www.learnopencv.com/
20.96k stars 11.56k forks source link

Keras Fine Tuning #224

Open Tooba-ts1700550 opened 5 years ago

Tooba-ts1700550 commented 5 years ago

Hi, I am trying to follow the instructions in the post: https://www.learnopencv.com/keras-tutorial-fine-tuning-using-pre-trained-models/ I have downloaded the code and I tried all commands in iPython console. I'm getting an error where I try to run the code for "visually see the errors'. It cannot find the function load_img(). Any help?

vikasgupta-github commented 5 years ago

Please install PIL

pip install PIL