This is the tool to extract the GIST descriptor for Images. GIST is low dimensional representation for images.
t-SNE Visualization of GIST neighbors |
---|
Usage:
gist.exe -i [input directory] -o [output directory]
- [ input directory ] - input directory where images are present
- [ output directory ] - output directory where file names and respective gist vectors are dumped into gist.txt and filenames.txt
- gist.txt - each line contain gist vector for each file in filenames.txt
Note: More updates to come soon