fr1ll / clip-plot

A WebGL viewer for UMAP-clustered images

Home Page:https://fr1ll.github.io/clip-plot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

fr1ll opened this issue · comments

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):