mvasil / fashion-compatibility

Learning Type-Aware Embeddings for Fashion Compatibility
BSD 3-Clause "New" or "Revised" License
152 stars 42 forks source link

geometric queries #35

Open shariquep opened 1 year ago

shariquep commented 1 year ago

In the paper it says: Given an item x(u) of a certain type, show a collection of items {x(v)} of a different type that are all compatible with x (u) but dissimilar from each other but how do I implement that??? I tried making a script which takes an input item and outputs the top 5 most compatible outfits but they are all the same color and there is no diversity.