Skip to content

Initial Release

Latest
Compare
Choose a tag to compare
@renan-siqueira renan-siqueira released this 29 Nov 22:32
6f494c2

Initial Release

Features

  • Feature Extraction: Uses Histogram of Oriented Gradients (HOG) to extract feature vectors from images.

  • Distance Calculation: Computes the Euclidean distance between each pair of feature vectors from the generated and original images.

  • Logging: Outputs the distances to a log file, listing the distances of each generated image to every image in the original dataset.