We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54dbaa commit a3fcaaaCopy full SHA for a3fcaaa
Body Detection/detection.py
@@ -18,7 +18,7 @@
18
gray_img = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)
19
20
# Detect the full body
21
- faces = body_cascade.detectMultiScale(gray_img, 1.5, 1)
+ faces = body_cascade.detectMultiScale(gray_img, 1.1, 1)
22
23
#display rectangle
24
for (x, y, w, h) in faces:
0 commit comments