limit output during face scan
Signed-off-by: James Ketrenos <james_gitlab@ketrenos.com>
This commit is contained in:
parent
f9e36ca83d
commit
5a2248d0f4
@ -310,7 +310,8 @@ require("./db/photos").then(function(db) {
|
||||
}
|
||||
|
||||
if (distance < 0.4) {
|
||||
console.log(`Face ${face.id} and ${target.id} have a distance of: ${distance}`);
|
||||
process.stdout.write(".");
|
||||
// console.log(`Face ${face.id} and ${target.id} have a distance of: ${distance}`);
|
||||
}
|
||||
|
||||
return photoDB.sequelize.query(
|
||||
|
Loading…
x
Reference in New Issue
Block a user