fr1ll / clip-plot

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

Allow images with the same filename/basename #33

Open CarloOtano opened 1 year ago

CarloOtano commented 1 year ago

Allow clip-plot to use images with the same basename. Since the images location can be provided as a glob, more than one sub directory can be specified:

--images "jpg_parent_folder/*/.jpg"

jpg_parent_folder ---> jpg_sub_folder_1 -------> imageA.jpg -------> imageB.jpg ---> jpg_sub_folder_2 -------> imageA.jpg -------> imageC.jpg

The although the names are not unique, the image paths are unique:

CarloOtano commented 1 year ago

Refactoring Scope:

clip_plot module:

images module:

embeddings module:

metadata module:

layouts module: