From f0f884fc6950af0a1b0d3743903193375e396216 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Mon, 14 Mar 2022 12:23:12 +0530 Subject: [PATCH] remove unwanted variables --- src/types/machineLearning/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/machineLearning/index.ts b/src/types/machineLearning/index.ts index 5d0725eae..02efaa9b2 100644 --- a/src/types/machineLearning/index.ts +++ b/src/types/machineLearning/index.ts @@ -339,7 +339,6 @@ export const BLAZEFACE_SCORE_THRESHOLD = 0.75; export const BLAZEFACE_PASS1_SCORE_THRESHOLD = 0.4; export const BLAZEFACE_FACE_SIZE = 112; export const MOBILEFACENET_FACE_SIZE = 112; -export const MOBILENETV2_OBJECT_SIZE = 256; export interface FaceDetectionService { method: Versioned;