Mask_RCNN icon indicating copy to clipboard operation
Mask_RCNN copied to clipboard

Edit requirements.txt file to solve No module 'keras.engine'

Open Rial-Ali opened this issue 2 years ago • 2 comments

this solves the problem on windows platform. Closes #2993

Rial-Ali avatar Oct 22 '23 17:10 Rial-Ali

I tried it. It doesn't solve the issue on Kaggle. Still gives the no module named keras.engine error

RDjarbeng avatar Mar 12 '24 21:03 RDjarbeng

Hello everyone, I think I have solved this problem. My system is Linux. I installed :

pip install keras==2.3.1 tensorflow==1.15.0 pip install protobuf==3.20.3 pip install pycocotools pip install h5py==2.10.0

You could have a try!

LiuxinYLX avatar Jun 26 '24 07:06 LiuxinYLX