Commit d94cde77 authored by tink2123's avatar tink2123
Browse files

rm anno

parent 576cbfa7
...@@ -108,7 +108,6 @@ if __name__ == "__main__": ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment