From b32769a3a36d33b405ae8fc25ed4a196362d40f9 Mon Sep 17 00:00:00 2001 From: rainy liu Date: Thu, 23 May 2024 20:11:16 +0800 Subject: [PATCH] Enable build ML --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index e50404b..57eedcb 100644 --- a/conanfile.py +++ b/conanfile.py @@ -45,7 +45,7 @@ "highgui": True, "imgcodecs": True, "imgproc": True, - "ml": False, # not implemented + "ml": True, # not implemented "objdetect": True, "photo": True, "stitching": True,