We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368091c commit 8ccdf12Copy full SHA for 8ccdf12
crates/oblichey-cli/src/processors/face.rs
@@ -5,7 +5,7 @@ use serde_with::serde_as;
5
use std::ops::{AddAssign, Div};
6
7
pub const EMBEDDING_LENGTH: usize = 512;
8
-pub const SIMILARITY_THRESHOLD: f32 = 0.51;
+pub const SIMILARITY_THRESHOLD: f32 = 0.8;
9
10
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
11
pub enum FaceRecognitionError {
0 commit comments