Disable distance display at end of face-extraction
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
7e42baa52e
commit
fcc3c98fde
@ -181,7 +181,7 @@ require("./db/photos").then(function(db) {
|
|||||||
concurrency: maxConcurrency
|
concurrency: maxConcurrency
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
console.log("Face detection scanning completed.");
|
console.log("Face detection scanning completed.");
|
||||||
faces.forEach((a, i) => {
|
if (0) faces.forEach((a, i) => {
|
||||||
faces.forEach((b, j) => {
|
faces.forEach((b, j) => {
|
||||||
if (i == j) {
|
if (i == j) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user