From 2e3f31e010b59a48c10c31395bc608fd3cef0cbe Mon Sep 17 00:00:00 2001 From: ZeYi Lin <944270057@qq.com> Date: Wed, 18 Sep 2024 01:14:59 +0800 Subject: [PATCH] fix: import --- hivision/plugin/template/template_calculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hivision/plugin/template/template_calculator.py b/hivision/plugin/template/template_calculator.py index 0cbe8d9f..f42a69f4 100644 --- a/hivision/plugin/template/template_calculator.py +++ b/hivision/plugin/template/template_calculator.py @@ -1,7 +1,7 @@ import cv2 import numpy as np import json -from rotation_adjust import rotate_bound +from hivision.creator.rotation_adjust import rotate_bound import os base_path = os.path.dirname(os.path.abspath(__file__))