Skip to content

Commit 080e647

Browse files
authored
Update hand_motion_recognizer.py
Got rid of unused libraries
1 parent e72713b commit 080e647

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Hand-Motion-Detection/hand_motion_recognizer.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import mediapipe as mp
22
import cv2
3-
import numpy as np
4-
import uuid
5-
import os
63

74
mp_drawing = mp.solutions.drawing_utils
85
mp_hands = mp.solutions.hands

0 commit comments

Comments
 (0)