diff --git a/yolo11/include/config.h b/yolo11/include/config.h index 705a3211..7b30a674 100644 --- a/yolo11/include/config.h +++ b/yolo11/include/config.h @@ -1,6 +1,6 @@ -//#define USE_FP16 +#define USE_FP16 // #define USE_FP32 -#define USE_INT8 +// #define USE_INT8 const static char* kInputTensorName = "images"; const static char* kOutputTensorName = "output";