Skip to content

Commit

Permalink
Merge pull request #1118 from will-jl944/bug_fix
Browse files Browse the repository at this point in the history
fix py3.6 bug
  • Loading branch information
will-jl944 committed Sep 10, 2021
2 parents 941fcc4 + 4e021fe commit e3a7e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paddlex/ppdet/engine/tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from paddlex.ppdet.modeling.mot import visualization as mot_vis

from paddlex.ppdet.metrics import Metric, MOTMetric, KITTIMOTMetric
import paddlex.ppdet.utils.stats as stats
from paddlex.ppdet.utils import stats

from .callbacks import Callback, ComposeCallback

Expand Down
2 changes: 1 addition & 1 deletion paddlex/ppdet/engine/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from paddlex.ppdet.metrics import Metric, COCOMetric, VOCMetric, WiderFaceMetric, get_infer_results, KeyPointTopDownCOCOEval, KeyPointTopDownMPIIEval
from paddlex.ppdet.metrics import RBoxMetric, JDEDetMetric
from paddlex.ppdet.data.source.category import get_categories
import paddlex.ppdet.utils.stats as stats
from paddlex.ppdet.utils import stats

from .callbacks import Callback, ComposeCallback, LogPrinter, Checkpointer, WiferFaceEval, VisualDLWriter
from .export_utils import _dump_infer_config
Expand Down

0 comments on commit e3a7e5b

Please sign in to comment.