google-ai-edge / mediapipe-samples

Apache License 2.0
1.63k stars 419 forks source link

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

Open mhornsby opened 7 months ago

mhornsby commented 7 months ago

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

Untitled

mhornsby commented 7 months ago

found a fix in the setup step

From

!pip install mediapipe-model-maker

to

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