when I try to run my demo.py which copyed from mediapipe's example, it said "No module named mediapipe.tasks"how can I fix it?(I already installed mediapipe at versions: 0.8.9.1) (I try to install mediapipe by "pip install -q mediapipe==0.10.0", but it said: ERROR: Could not fi...
@baqwas The tflite_support.task module does not exist in the standard TensorFlow Lite (TFLite) package. The TensorFlow Lite Task Library is deprecated and replaced by MediaPipe Tasks. You might be facing this issue as you are using a deprecated API? Thank you! sushreebarsa added stat:await...