简体   繁体   中英

No file or directory found at mp_hand_gesture

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM