Browse Source

typo

main first-printing
Michael Pilosov, PhD 9 months ago
parent
commit
a6e98c3533
  1. 8
      scripts/vips_composite.py

8
scripts/vips_composite.py

@ -61,10 +61,10 @@ def create_grid_composite(
if __name__ == "__main__": if __name__ == "__main__":
# Example usage # Example usage
# experiment = "umap" experiment = "umap"
experiment = "unsupervised-anchors" # experiment = "unsupervised-anchors"
# directory = "/teamspace/studios/this_studio/out_sortcolors/{experiment}/" # Change to your directory path directory = f"/teamspace/studios/this_studio/out_sortcolors/{experiment}/" # Change to your directory path
directory = f"/teamspace/studios/this_studio/colors/colors-refactor-{experiment}/" # Change to your directory path # directory = f"/teamspace/studios/this_studio/colors/colors-refactor-{experiment}/" # Change to your directory path
k = 10 k = 10
spacing_inches = 2 spacing_inches = 2
sp_str = str(spacing_inches).replace(".", "-") sp_str = str(spacing_inches).replace(".", "-")

Loading…
Cancel
Save