We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72713b commit 080e647Copy full SHA for 080e647
Hand-Motion-Detection/hand_motion_recognizer.py
@@ -1,8 +1,5 @@
1
import mediapipe as mp
2
import cv2
3
-import numpy as np
4
-import uuid
5
-import os
6
7
mp_drawing = mp.solutions.drawing_utils
8
mp_hands = mp.solutions.hands
0 commit comments