From 21fa35a1538ee37da428d7f9b9281dfe56ad4f10 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 16 Aug 2022 13:46:03 +0000 Subject: [PATCH] fix --- deploy/python/predict_cls.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/python/predict_cls.py b/deploy/python/predict_cls.py index e4ff2541..6c312b42 100644 --- a/deploy/python/predict_cls.py +++ b/deploy/python/predict_cls.py @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +import os + import cv2 import numpy as np -- GitLab