Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyi-Lin committed Sep 17, 2024
1 parent bd75042 commit 2e3f31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hivision/plugin/template/template_calculator.py
Original file line number Diff line number Diff line change
@@ -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__))
Expand Down

0 comments on commit 2e3f31e

Please sign in to comment.