forked from espressif/arduino-esp32
Update IDF to v3.2 977854975 (#2771)
* Update IDF to v3.2 977854975 * Update app_httpd.cpp
This commit is contained in:
@ -27,14 +27,7 @@
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
#include "dl_lib.h"
|
||||
|
||||
typedef enum
|
||||
{
|
||||
PNET = 0, /// P-Net
|
||||
RNET = 1, /// R-Net
|
||||
ONET = 2, /// O-Net
|
||||
} net_type_en;
|
||||
#include "dl_lib_matrix3d.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
@ -45,22 +38,11 @@ extern "C"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
net_type_en net_type; /// net type
|
||||
char *file_name; /// net name
|
||||
int w; /// net width
|
||||
int h; /// net height
|
||||
threshold_config_t threshold; /// threshold of net
|
||||
} net_config_t;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
float min_face; /// the minimum size of face can be detected
|
||||
float pyramid; /// the pyramid scale
|
||||
threshold_config_t p_threshold; /// score, nms and candidate threshold of pnet
|
||||
threshold_config_t r_threshold; /// score, nms and candidate threshold of rnet
|
||||
threshold_config_t o_threshold; /// score, nms and candidate threshold of onet
|
||||
} mtmn_config_t;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
dl_matrix3d_t *category;
|
||||
|
Reference in New Issue
Block a user