Skip to content

autoencoder implementation for image search using pytorch

Notifications You must be signed in to change notification settings

sekhar14/image-similarity-pytorch

Repository files navigation

===================================================================== to run clustering functionality. This will create k no of folders and arrange the image accordingly

python cluster.py k target_folder

i.e

python cluster 4 ./testing

===================================================================== To run search functionality run. This is search through the dataset and find similary images.

python infer_faiss.py k target_folder

i.e

python infer_faiss.py 9 dataset

  • after this give the query image. output is plots

About

autoencoder implementation for image search using pytorch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages