Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liaogulou committed Jan 31, 2024
1 parent 9f490de commit b7eefbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion easycv/predictors/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def _load_input(self, input):
}
"""
if self._load_op is None:

load_cfg = dict(type='LoadImage', mode=self.mode)
self._load_op = build_from_cfg(load_cfg, PIPELINES)

Expand Down
1 change: 1 addition & 0 deletions easycv/predictors/pose_predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from easycv.utils.config_tools import mmcv_config_fromfile
from easycv.utils.misc import deprecated
from .base import InputProcessor, OutputProcessor, PredictorV2

np.set_printoptions(suppress=True)


Expand Down

0 comments on commit b7eefbf

Please sign in to comment.