mediapipe
mediapipe copied to clipboard
Colab error - Object detection model customization guide - No module named 'keras.src.engine'
Running the standard colab get No module named 'keras.src.engine'
found a fix in the setup step
From
!pip install mediapipe-model-maker
to
!pip install 'keras<3.0.0' mediapipe-model-maker