Skip to content

A simple Image Hashing script to get the gist of the concept

Notifications You must be signed in to change notification settings

karsgov/ImageHashing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ImageHashing

A simple Image Hashing script to get the gist of the concept

Generate indices files

Download Caltech dataset from Caltech_101

python indices.py -d ~/datasets/Caltech_101

Train

python main.py --create --trainfile=train.txt --shelve=db.shelve

Test

python main.py --evalfile=test.txt --shelve=db.shelve --query

About

A simple Image Hashing script to get the gist of the concept

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages