|
@ -63,5 +63,5 @@ if __name__ == "__main__": |
|
|
# Example usage |
|
|
# Example usage |
|
|
directory = "/teamspace/studios/this_studio/out_sortcolors/umap/" # Change to your directory path |
|
|
directory = "/teamspace/studios/this_studio/out_sortcolors/umap/" # Change to your directory path |
|
|
k = 10 |
|
|
k = 10 |
|
|
spacing_inches = 0.5 # Half an inch between images |
|
|
spacing_inches = 1.5 |
|
|
create_grid_composite(directory, k, spacing_inches) |
|
|
create_grid_composite(directory, k, spacing_inches) |
|
|