leon 1 ヶ月 前
コミット
04ce75f4a9
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/infer/infer.hpp

+ 2 - 0
src/infer/infer.hpp

@@ -5,6 +5,8 @@
 #include "common/meta.hpp"
 #include "common/image.hpp"
 
+#include <variant>
+
 enum class ModelType : int{
     YOLOV5  = 0,
     YOLOV8  = 1,