提交 993abc52 编写于 作者: R root 提交者: Tingquan Gao

fix: rm useless code

上级 21006144
...@@ -20,7 +20,6 @@ from tqdm import tqdm ...@@ -20,7 +20,6 @@ from tqdm import tqdm
import pickle import pickle
from paddleclas.deploy.utils import logger, config 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
from paddleclas.deploy.python.predict_rec import RecPredictor from paddleclas.deploy.python.predict_rec import RecPredictor
......
...@@ -39,9 +39,9 @@ from deploy.python.predict_cls import ClsPredictor ...@@ -39,9 +39,9 @@ from deploy.python.predict_cls import ClsPredictor
from deploy.utils.get_image_list import get_image_list from deploy.utils.get_image_list import get_image_list
from deploy.utils import config from deploy.utils import config
# for the PaddleClas Project to import
import deploy import deploy
import ppcls import ppcls
# 'deploy.python', 'deploy.utils', 'ppcls.arch', 'ppcls.utils'
# for building model with loading pretrained weights from backbone # for building model with loading pretrained weights from backbone
logger.init_logger() logger.init_logger()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册