kp.KPConstant
class kp.KPConstant.Const(value)
Kneron PLUS constant value.
-
Attributes
-
MAX_CROP_BOX :
int
, default=4Maximum number of crop boxes.
-
FD_MAX :
int
, default=10Maximum number of face detection bounding boxes.
-
LAND_MARK_POINTS :
int
, default=5Number of land marks points.
-
FR_FEAT_LENGTH :
int
, default=256The length of one feature map.
-
YOLO_GOOD_BOX_MAX :
int
, default=500Maximum number of bounding boxes for Yolo models.
-
APP_PADDING_BYTES :
int
, default=28Reserved padding bytes for C structure.
-
KP_MAX_INPUT_NODE_COUNT :
int
, default=5Maximum number of the model input node (Note: The KL520, KL720, KL630 and KL730 only support maximum 5 input number.)
-
MAX_MODEL_NUM_IN_NEF :
int
, default=16Maximum number of model in NEF file.
-
CHANNEL_NUM_RGBA8888 :
int
, default=4channel number of image format KP_IMAGE_FORMAT_RGBA8888.
-
CHANNEL_NUM_RAW8 :
int
, default=1channel number of image format KP_IMAGE_FORMAT_RAW8.
-
CHANNEL_NUM_OTHER_FORMAT :
int
, default=2channel number of other image format (exclude: KP_IMAGE_FORMAT_RGBA8888, KP_IMAGE_FORMAT_RAW8).
-