From db873a789bc944ae272283635c47fddaafea1649 Mon Sep 17 00:00:00 2001 From: zhoujun Date: Wed, 15 Dec 2021 20:03:34 -0600 Subject: [PATCH] del unused code (#4930) --- tools/infer/predict_cls.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/infer/predict_cls.py b/tools/infer/predict_cls.py index a25cac26..ab3f4b04 100755 --- a/tools/infer/predict_cls.py +++ b/tools/infer/predict_cls.py @@ -145,8 +145,6 @@ def main(args): for ino in range(len(img_list)): logger.info("Predicts of {}:{}".format(valid_image_file_list[ino], cls_res[ino])) - logger.info( - "The predict time about text angle classify module is as follows: ") if __name__ == "__main__": -- GitLab