去掉input_0_size在yolov8s_demo.c中的定义
This commit is contained in:
parent
4305387735
commit
85d37353e7
|
@ -23,6 +23,7 @@ extern "C" {
|
|||
#define INPUT0_SIZE 640*640*3*2
|
||||
#define INPUT1_SIZE 0
|
||||
|
||||
|
||||
typedef struct box {
|
||||
float x, y, w, h; // 中心坐标(x,y)和宽高(w,h)
|
||||
} box;
|
||||
|
|
|
@ -34,11 +34,6 @@
|
|||
// #define NETWORK_INPUT_TYPE_TENSOR 1
|
||||
// #define NETWORK_INPUT_TYPE_BINARY 1
|
||||
|
||||
#define INPUT0_SIZE 640*640*3
|
||||
#define INPUT1_SIZE 0
|
||||
#define INPUT2_SIZE 0
|
||||
#define INPUT3_SIZE 0
|
||||
|
||||
#else
|
||||
|
||||
#include <c6x.h>
|
||||
|
|
Loading…
Reference in New Issue