diff --git a/test_h5image.py b/test_h5image.py index 46c5fb6b849724a51b2abe9386077bd6b5b3ea86..c4fba621a1b24179e4bdb68de06885235287c303 100644 --- a/test_h5image.py +++ b/test_h5image.py @@ -11,13 +11,13 @@ print(maps) print(len(maps)) map = random.choice(maps) layers = h5_image.get_layers(map) -print(map, len(layers)) +# print(map, len(layers)) patches_f = h5_image.get_patches(map, False) -print(patches_f) +# print(patches_f) patches_t = h5_image.get_patches(map, True) -print(patches_t) +# print(patches_t) rgb = h5_image.get_map(map) print("rgb.shape:",rgb.shape)