-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
14 lines (13 loc) · 828 Bytes
/
index.html
File metadata and controls
14 lines (13 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<meta name="google-site-verification" content="53zXwdpHtnCBJxxkWX5QBlSIKIWlFkxkJSGl0MSFgQM" />
<title>FaceVerification-using-CNN-Custom-model</title>
</head>
<body>
<h1>Face Verification</h1>
<p>Implementing a model that can verify if two images belongs to same personality or not. Answer the question "Is this the claimed person?" It is a 1:1 matching problem i.e. given a face your task is to compare the candidate face to another and verify whether it is a match or not. My custom CNN model has achieved marvelous performance on the dataset.
Topics
python opencv machine-learning computer-vision deep-learning image-processing image-classification face-detection face-verification binaryclassification pytorch-implementation custom-cnn</p>
</body>
</html>