Skip to content
Snippets Groups Projects
Commit 37d8e021 authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

add state print to review mu map

parent 68c37f62
No related branches found
No related tags found
No related merge requests found
...@@ -84,6 +84,7 @@ if __name__ == "__main__": ...@@ -84,6 +84,7 @@ if __name__ == "__main__":
controls = "l = discard last, f = discard first, b = discard both, n = discard none" controls = "l = discard last, f = discard first, b = discard both, n = discard none"
for i, (_, μ_map) in enumerate(dataset): for i, (_, μ_map) in enumerate(dataset):
print(f"Image {str(i + 1):>{len(str(len(dataset)))}}/{len(dataset)}", end="\r")
slice_first = to_grayscale(μ_map[0]) slice_first = to_grayscale(μ_map[0])
slice_last = to_grayscale(μ_map[-1]) slice_last = to_grayscale(μ_map[-1])
......
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