去掉input_0_size在yolov8s_demo.c中的定义

This commit is contained in:
xunyingya 2025-04-21 14:12:17 +08:00
parent 4305387735
commit 85d37353e7
2 changed files with 1 additions and 5 deletions

View File

@ -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;

View File

@ -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>