fix: import from paddleclas whl

pull/2226/head
root 2022-08-17 03:47:20 +00:00 committed by Tingquan Gao
parent b18e59721c
commit 21006144d9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import importlib
from PIL import Image
from paddle.vision.transforms import ToTensor, Normalize
from python.det_preprocess import DetNormalizeImage, DetPadStride, DetPermute, DetResize
from paddleclas.deploy.python.det_preprocess import DetNormalizeImage, DetPadStride, DetPermute, DetResize
def create_operators(params):