HACC2018 / ohia.ai

MIT License
4 stars 1 forks source link

Image Filtering Tooling #33

Open mattmotoki opened 5 years ago

mattmotoki commented 5 years ago

Create a tool to aid in filtering out misclassified images.

To find the images that are highly related to a set of query words: 1) Obtain a pretrained model for classification (probably trained on ImageNet) 2) Look up word vectors associated with the output categories and query words 3) Create a word vector corresponding to the set of query words (just average the word vectors) 4) Create a word vector corresponding to each image