mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

Colab error - Object detection model customization guide - No module named 'keras.src.engine'

Open mhornsby opened this issue 1 year ago • 1 comments

Running the standard colab get No module named 'keras.src.engine'

Untitled

mhornsby avatar Mar 23 '24 06:03 mhornsby

found a fix in the setup step

From

!pip install mediapipe-model-maker

to

!pip install 'keras<3.0.0' mediapipe-model-maker

mhornsby avatar Mar 23 '24 06:03 mhornsby