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