Skip to content
Snippets Groups Projects
Commit 11da178e authored by Nattapon Jaroenchai's avatar Nattapon Jaroenchai
Browse files

Update test_h5image.py

parent 603d9f2a
Branches additional_input
No related tags found
1 merge request!1updated main for release
Pipeline #2497 canceled
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment