Sudipta Nayak commited on
Commit
a995dbc
·
1 Parent(s): df6f630

name change

Browse files
app/Hackathon_setup/face_recognition.py CHANGED
@@ -119,7 +119,7 @@ def get_face_class(img1):
119
  ])
120
 
121
  # Apply the transformations to the image
122
- det_img1_tensor = transform(image)
123
 
124
  feature_net = SiameseNetwork() #Example Network
125
  feature_net = feature_net.to(device)
 
119
  ])
120
 
121
  # Apply the transformations to the image
122
+ det_img1_tensor = transform(det_img1)
123
 
124
  feature_net = SiameseNetwork() #Example Network
125
  feature_net = feature_net.to(device)