From d94cde77e2ec64f268bf527506572fcf35dde2be Mon Sep 17 00:00:00 2001 From: tink2123 Date: Thu, 14 May 2020 13:53:17 +0800 Subject: [PATCH] rm anno --- tools/infer/predict_system.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/infer/predict_system.py b/tools/infer/predict_system.py index 3c9bc821..de2c1e63 100755 --- a/tools/infer/predict_system.py +++ b/tools/infer/predict_system.py @@ -108,7 +108,6 @@ if __name__ == "__main__": is_visualize = True for image_file in image_file_list: img = cv2.imread(image_file) - print(img.shape) if img is None: logger.info("error in loading image:{}".format(image_file)) continue -- GitLab