You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Facenet implements concept of Triplet Loss function to minimize the distance bet
21
21
Install the packages using `pip install -r requirements.txt`
22
22
23
23
### Usage
24
-
To use the facial recognition system, you need to have a database of images through which the model will calculate image embeddings and show the output.
24
+
To use the facial recognition system, you need to have a database of images through which the model will calculate image embeddings and show the output vector.
25
25
The images which are in the database are stored as .jpg files in the directory `./images`.
0 commit comments