sunyanfang01 5 жил өмнө
parent
commit
9118609019

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

@@ -15,7 +15,6 @@
 from .ops import *
 from .imgaug_support import execute_imgaug
 import random
-import os
 import os.path as osp
 import numpy as np
 from PIL import Image, ImageEnhance

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

@@ -18,7 +18,6 @@ except Exception:
     from collections import Sequence
 
 import random
-import os
 import os.path as osp
 import numpy as np
 

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

@@ -13,7 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-import os
 from .ops import *
 from .imgaug_support import execute_imgaug
 import random