This commit is contained in:
tink2123 2020-05-14 13:53:17 +08:00
parent 576cbfa78e
commit d94cde77e2
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ if __name__ == "__main__":
is_visualize = True is_visualize = True
for image_file in image_file_list: for image_file in image_file_list:
img = cv2.imread(image_file) img = cv2.imread(image_file)
print(img.shape)
if img is None: if img is None:
logger.info("error in loading image:{}".format(image_file)) logger.info("error in loading image:{}".format(image_file))
continue continue