-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Add functionality to calculate intra-cluster distances and comp…
…are them between original and fine-tuned models (#49) * feat: Add functionality to calculate intra-cluster distances and compare them between original and fine-tuned models * Created using Colab * Updated code to load finetuned model * made fixing changes * feat: Add functionality to calculate intra-cluster distances and compare them between original and fine-tuned models * updated gitignore * Updated code to load finetuned model * Now everything works * Created using Colab * Kaggle Notebook | face rec_trail on indian faces | Version 2 * Added finetuned model * Updated endpoints to calculate embeddings via finetuned model * Added code to extract face, working Recognize_Face endpoint * updated embedding function * updated code to recalculate embeddings * Updated vector search and recognize face endpoint * removed "mtcnn" from detector backend to check embedding accuracy --------- Co-authored-by: Devansh Shah <[email protected]>
- Loading branch information
1 parent
2f0711f
commit 9f97d1a
Showing
11 changed files
with
40,989 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,3 +143,4 @@ __pyc | |
FaceRec/static/Images/uploads/* | ||
Images/dbImages/* | ||
Images/Faces/* | ||
Images/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.