remove unused imported module, so can avoid PyInstaller packaged binary's start-time not found module error. (#10502)
parent
d14ad02541
commit
2b7b9dc2cf
|
@ -20,7 +20,6 @@ import paddle
|
|||
|
||||
import numpy as np
|
||||
import Polygon as plg
|
||||
import scipy.io as scio
|
||||
|
||||
from PIL import Image
|
||||
import paddle.vision.transforms as transforms
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
import logging
|
||||
import os
|
||||
import imghdr
|
||||
import cv2
|
||||
import random
|
||||
import numpy as np
|
||||
|
|
Loading…
Reference in New Issue