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