From 0cb3862843848d72c29ba0178eb8aa3cccd8bba8 Mon Sep 17 00:00:00 2001 From: watsonb8 Date: Sat, 12 Dec 2020 11:01:23 -0500 Subject: [PATCH] update common --- src/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.ts b/src/common.ts index a3f7981..af8accc 100644 --- a/src/common.ts +++ b/src/common.ts @@ -6,7 +6,7 @@ import fs from "fs"; export const minConfidence = 0.4; // TinyFaceDetectorOptions -export const inputSize = 408; +export const inputSize = 416; export const scoreThreshold = 0.5; export const getFaceDetectorOptions = (net: faceapi.NeuralNetwork) => {