issues
search
elimu-ai
/
ml-authentication
😶🌫️ Android application for authenticating the current student using face recognition
MIT License
16
stars
16
forks
source link
MergeSimilarStudents tries to merge identical students
#318
Closed
sladomic
closed
7 years ago
sladomic
commented
7 years ago
Description:
The method findSimilarStudentsUsingMeanFeatureVector initiates the merging if 2 students are similar to each other
Each student is also compared to itself
Expected Result:
Merging should not be initiated
Actual Result:
Merging is initiated
Solution:
Skip merging if the students are identical (same UniqueId)
Description:
Expected Result:
Actual Result:
Solution: