rm anno
This commit is contained in:
parent
576cbfa78e
commit
d94cde77e2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue