TheEeeeLin commited on
Commit
2735e88
1 Parent(s): 80a80fa

Update template_calculator.py

Browse files
hivision/plugin/template/template_calculator.py CHANGED
@@ -1,7 +1,7 @@
1
  import cv2
2
  import numpy as np
3
  import json
4
- from rotation_adjust import rotate_bound
5
  import os
6
 
7
  base_path = os.path.dirname(os.path.abspath(__file__))
 
1
  import cv2
2
  import numpy as np
3
  import json
4
+ from hivision.creator.rotation_adjust import rotate_bound
5
  import os
6
 
7
  base_path = os.path.dirname(os.path.abspath(__file__))