fix: rm useless code

pull/2226/head
root 2022-08-17 03:52:35 +00:00 committed by Tingquan Gao
parent 21006144d9
commit 993abc52b5
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,6 @@ from tqdm import tqdm
import pickle
from paddleclas.deploy.utils import logger, config
from paddleclas.deploy.utils.predictor import Predictor
from paddleclas.deploy.python.predict_rec import RecPredictor
from paddleclas.deploy.python.predict_rec import RecPredictor

View File

@ -39,9 +39,9 @@ from deploy.python.predict_cls import ClsPredictor
from deploy.utils.get_image_list import get_image_list
from deploy.utils import config
# for the PaddleClas Project to import
import deploy
import ppcls
# 'deploy.python', 'deploy.utils', 'ppcls.arch', 'ppcls.utils'
# for building model with loading pretrained weights from backbone
logger.init_logger()