Beasto commited on
Commit
2c7a904
·
1 Parent(s): 8bcb9e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def detect_hand(frame, hand_cascade):
13
  return hands
14
 
15
  # Load Haar Cascade for hand detection
16
- hand_cascade_path = 'path/to/your/hand_cascade.xml' # Replace with your actual path
17
  hand_cascade = cv2.CascadeClassifier(hand_cascade_path)
18
 
19
  # Open the video file
 
13
  return hands
14
 
15
  # Load Haar Cascade for hand detection
16
+ hand_cascade_path = 'hand.xml' # Replace with your actual path
17
  hand_cascade = cv2.CascadeClassifier(hand_cascade_path)
18
 
19
  # Open the video file