Settings

Theme

Searching for Visually Similar Artworks

ai.sensilab.monash.edu

33 points by argilium 7 years ago · 2 comments

Reader

Jack000 7 years ago

if the dataset fits in memory (less than 1-10 million entries) it might be faster to do a full matrix multiply in numpy instead of the approximate nn search, as it avoids disk read. I haven't tried benchmarking this though.

also, I might have skipped over it but most implementations do pca on the high dimensional feature vector as the data tends to be sparse, is there any reason it's not done here?

steveeq1 7 years ago

I get the feeling intellectual property lawyers are going to have a field day with this one. . .

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection