fr1ll / clip-plot

A WebGL viewer for UMAP-clustered images
https://fr1ll.github.io/clip-plot/
MIT License
2 stars 0 forks source link

Detect if input images folder is already in output folder, avoid copy #23

Open fr1ll opened 1 year ago

CarloOtano commented 1 year ago

If issue is referencing write_images() method, then there is already code that verifies if the file already exists.

# Does the image already exists? if not os.path.exists(out_path):