dvieri commited on
Commit
f165dab
·
verified ·
1 Parent(s): 3f1d32b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,8 +26,8 @@ def preprocess_image_svm(img):
26
 
27
  def extract_hog_features(img):
28
  hog_features = hog(img, orientations=9,
29
- pixels_per_cell=(8, 8),
30
- cells_per_block=(2, 2))
31
  return hog_features
32
 
33
  def get_face(img):
 
26
 
27
  def extract_hog_features(img):
28
  hog_features = hog(img, orientations=9,
29
+ pixels_per_cell=(16, 16),
30
+ cells_per_block=(4, 4))
31
  return hog_features
32
 
33
  def get_face(img):