Browse Source

Fix pip installation 2

boomb0om 2 năm trước cách đây
mục cha
commit
053ca05ff8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      CRAFT/__init__.py

+ 1 - 0
CRAFT/__init__.py

@@ -1,2 +1,3 @@
 from .model import CRAFTModel, preprocess_image
 from .utils import draw_boxes, draw_polygons, boxes_area, polygons_area
+from .basenet import vgg16_bn, init_weights