fix: rm useless code
parent
21006144d9
commit
993abc52b5
|
@ -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
|
||||
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue