Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 849 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 849 Bytes

GIST-global-Image-Descripor Tool

This is the tool to extract the GIST descriptor for Images. GIST is low dimensional representation for images.

GIST t-SNE Visualization

t-SNE Visualization of GIST neighbors

Gist 1.0 Beta

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