mtmn_net_t * rnet_with_score_verify(dl_matrix3du_t *in, float threshold)
Forward the rnet process, fine determine the boxes from pnet.
char * file_name
Definition: mtmn.h:42
float score_threshold
Definition: mtmn.h:45
mtmn_net_t * pnet(dl_matrix3du_t *in)
Forward the pnet process, coarse detection.
float nms_threshold
Definition: mtmn.h:46
net_type_en net_type
Definition: mtmn.h:41
net_type_en
Definition: mtmn.h:32
dl_matrix3d_t * category
Definition: mtmn.h:51
mtmn_net_t * onet_with_score_verify(dl_matrix3du_t *in, float threshold)
Forward the onet process, fine determine the boxes from rnet.
int h
Definition: mtmn.h:44
dl_matrix3d_t * landmark
Definition: mtmn.h:53
dl_matrix3d_t * offset
Definition: mtmn.h:52
int w
Definition: mtmn.h:43