Browse Source

modify transforms

jiangjiajun 5 years ago
parent
commit
9a8c85d53e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      paddlex/cv/transforms/seg_transforms.py

+ 0 - 1
paddlex/cv/transforms/seg_transforms.py

@@ -21,7 +21,6 @@ import numpy as np
 from PIL import Image
 import cv2
 from collections import OrderedDict
-from .template import TemplateTransforms
 
 
 class SegTransform: