Skip to content

Commit cddcadb

Browse files
authored
Update holisticRecognition.py
1 parent 910dbcc commit cddcadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

holisticRecognition.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
cap = cv2.VideoCapture(0)
55

66
mpHolistic = mp.solutions.holistic
7-
holistic = mpHolistic.Holistic()
7+
holistic = mpHolistic.Holistic() #This fastens the recognition. Do not remove!
88
mpDraw = mp.solutions.drawing_utils
99
drawing_specs = mpDraw.DrawingSpec(thickness=1,circle_radius=1)
1010

0 commit comments

Comments
 (0)