Skip to content

RobGlob/Image-Autoencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Autoencoder


Working principle(supposedly)

Neural network learn to encode images into a one-dimensional vector of size 128 or 64. And then reconstruct the image from that vector. This vector is called embedding, it stores the features and characteristics of the object in the image. This vector can then be used to compare whether an object is the same in two pictures. The cosine distance between the two vectors is a number from 0 to 1, the closer to one the more similar the objects are and vice versa.

Before compiling, don't forget to run the converter.py first, otherwise it won't work.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages