From 57556882ffd178fb1a9c370850974b2c153b93a5 Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Wed, 14 Jul 2021 18:19:52 +0800 Subject: [PATCH] fix bug --- tools/infer/predict_cls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/infer/predict_cls.py b/tools/infer/predict_cls.py index 8f2a1361..53e50bd6 100755 --- a/tools/infer/predict_cls.py +++ b/tools/infer/predict_cls.py @@ -145,7 +145,6 @@ def main(args): cls_res[ino])) logger.info( "The predict time about text angle classify module is as follows: ") - text_classifier.cls_times.info(average=False) if __name__ == "__main__": -- GitLab