瀏覽代碼

Fix pip installation 2

boomb0om 2 年之前
父節點
當前提交
053ca05ff8
共有 1 個文件被更改,包括 1 次插入0 次删除
  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