KanduAI SDK
1.1
include
constants.h
Go to the documentation of this file.
1
#ifndef _CONSTANTS_H
2
#define _CONSTANTS_H
3
4
static
const
int
EMBEDDING_SIZE = 128;
5
static
const
float
THRESHOLD_UNIQUE = 0.29;
6
static
const
float
THRESHOLD_SEARCH = 0.4;
7
static
const
float
THRESHOLD_CLUSTER = 0.5;
8
static
const
int
MAX_DATE_LICENSE = 1210101;
9
static
const
int
NUM_DLIB_LANDMARKS = 68;
10
static
const
int
NUM_POINTS_BOX = 4;
11
static
const
int
NUM_POINTS_LANDMARKS = 10;
12
static
const
int
eye_width = 60;
13
static
const
int
eye_height = 36;
14
static
const
int
NUM_AGE_CLASSES = 100;
15
16
#endif // _CONSTANTS_H
Generated by
1.8.15