leon 1 month ago
parent
commit
efcd4e2746
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/infer/infer.hpp

+ 1 - 1
src/infer/infer.hpp

@@ -3,7 +3,7 @@
 
 #include "common/data.hpp"
 #include "common/meta.hpp"
-
+#include "common/image.hpp"
 
 enum class ModelType : int{
     YOLOV5  = 0,