Explorar el Código

Fix pip installation 2

boomb0om hace 2 años
padre
commit
053ca05ff8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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