vrvundyala commited on
Commit
c36439d
·
1 Parent(s): daeb84c

face recognition

Browse files
app/Hackathon_setup/SVC_1.sav ADDED
Binary file (3.99 kB). View file
 
app/Hackathon_setup/face_recognition.py CHANGED
@@ -108,7 +108,7 @@ def get_face_class(img1):
108
 
109
  # 1 Load the Decision Tree classifier
110
  # clf_path = os.path.join(BASE_DIR, "decision_tree_model.sav")
111
- clf_path = os.path.join(BASE_DIR, "SVC.sav")
112
  clf = joblib.load(clf_path)
113
 
114
  # 2 Load the Siamese feature extractor
 
108
 
109
  # 1 Load the Decision Tree classifier
110
  # clf_path = os.path.join(BASE_DIR, "decision_tree_model.sav")
111
+ clf_path = os.path.join(BASE_DIR, "SVC_1.sav")
112
  clf = joblib.load(clf_path)
113
 
114
  # 2 Load the Siamese feature extractor