We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910dbcc commit cddcadbCopy full SHA for cddcadb
holisticRecognition.py
@@ -4,7 +4,7 @@
4
cap = cv2.VideoCapture(0)
5
6
mpHolistic = mp.solutions.holistic
7
-holistic = mpHolistic.Holistic()
+holistic = mpHolistic.Holistic() #This fastens the recognition. Do not remove!
8
mpDraw = mp.solutions.drawing_utils
9
drawing_specs = mpDraw.DrawingSpec(thickness=1,circle_radius=1)
10
0 commit comments