-1
import cv2
import numpy as np
import mediapipe as mp
import tensorflow as tf
from tensorflow.keras.models import load_model

I have these imports in my code, i installed mediapipe and tensorflow and when I run my code I get this message "OSError: No file or directory found at mp_hand_gesture INFO: Created TensorFlow Lite XNNPACK delegate for CPU. "

Anyone faced this issue before and how was it solved?

Kulasangar
  • 9,046
  • 5
  • 51
  • 82

1 Answers1

0

Using Google I found this article: https://techvidvan.com/tutorials/hand-gesture-recognition-tensorflow-opencv/ It has this download link:

Please download the source code of hand gesture recognition project: Hand Gesture Recognition ML Project Code. Unzip the archive and the directory mp_hand_gesture is there.

phd
  • 82,685
  • 13
  • 120
  • 165