Browse Source

fix the seg

SunAhong1993 5 years ago
parent
commit
d6fa03f475
1 changed files with 1 additions and 0 deletions
  1. 1 0
      paddlex/cv/datasets/seg_dataset.py

+ 1 - 0
paddlex/cv/datasets/seg_dataset.py

@@ -14,6 +14,7 @@
 
 from __future__ import absolute_import
 import os.path as osp
+import platform
 import random
 import copy
 import paddlex.utils.logging as logging