frechet-distance
There are 35 repositories under frechet-distance topic.
mseitzer/pytorch-fid
Compute FID scores with PyTorch.
GaParmar/clean-fid
PyTorch - FID calculation with proper image resizing and quantization steps [CVPR 2022]
cjekel/similarity_measures
Quantify the difference between two arbitrary curves in space
lzhbrian/metrics
IS, FID score Pytorch and TF implementation, TF implementation is a wrapper of the official ones.
songweige/content-debiased-fvd
[CVPR 2024] On the Content Bias in Fréchet Video Distance
tsc2017/Frechet-Inception-Distance
CPU/GPU/TPU implementation of the Fréchet Inception Distance
derohde/Fred
A fast, scalable and light-weight C++ Fréchet and DTW distance library, exposed to python and focused on clustering of polygonal curves.
nelsonwenner/shape-similarity
:chart_with_upwards_trend: The package allows you to check the similarity between two shapes/curves, using Frechet distance together with Procrustes analysis.
drscotthawley/fad_pytorch
Frechet Audio Distance evaluation in PyTorch
jleinonen/keras-fid
Frechet Inception Distance for Keras-based GANs
carocad/frechet
Discrete Fréchet distance and of the minimum path required for traversing with it
mckellwoodland/fid-med-eval
Official Repository for the paper "Feature Extraction for Generative Medical Imaging Evaluation: New Evidence Against an Evolving Trend".
npurson/fid-metrics
A toolkit for computing Fréchet Inception Distance (FID) & Fréchet Video Distance (FVD) metrics.
chanioxaris/locality-sensitive-hashing
Experimental implementation of the paper 'Locality-Sensitive Hashing of Curves' published by A. Driemel and F. Silvestri
evenmn/pytorch-sfid
Computing the Sliding Fréchet Inception Distance between fake and real images with continous labels
abegehr/frechet
Lexicographic Fréchet Matchings with Degenerate Inputs
justin4ai/FD-DINOv2
Implementation of Fréchet Distance with DINOv2 backbone in Pytorch.
giannhskp/Software-Development-for-Algorithmic-Problems_Project-2
Neighbor Search and Clustering for Time-Series using Locality-sensitive hashing and Randomized Projection to Hypercube. Time series comparison is performed using Discrete Frechet or Continuous Frechet metric.
spChalk/kNN-and-Clustering-on-Curves-and-Time-Series
:chart_with_upwards_trend: kNN using LSH and Hypercube projection & Clustering using kMeans++ for n-dim polygonal curves and time series
90HH/curve-matcher-py
A Python library for doing curve matching with Fréchet distance and Procrustes analysis
avitase/fast_frechet
Comparison of different (fast) discrete Fréchet distance implementations in C++ and CUDA.
bxt/interactive-frechet
Interactive visualization of the Fréchet freespace ellipse
chanioxaris/molecular-configurations
Clustering for molecular configurations
chanioxaris/polygonal-curves
Collection of clustering algorithms for polygonal curves.
JohnPapad/Polygonal-Curves
A collection of libraries implementing Locality Sensitive Hashing (LSH), Clustering, and Applications of it.
jramapuram/async_fid
Asynchronous, synchronous and RPC (TF) Fréchet Inception Distance (FID) calculation.
ScholliYT/manim-frechet-distance
A Manim animated presentation of the Fréchet distance, it's use cases, variants and algorithms.
Ezwal/rune
lost magic rune recognition
JSS95/curvesimilarities
Python package for curve similarity measures.
pantach/NN-apps
Near neighbor searching and clustering using LSH
Sitaras/Software-Development-for-Algorithmic-Problems_Project-2
📈|Time Series - Nearest neighbor search and Clustering using LSH, Hypercube (and Lloyd's only at the clustering) algorithms with metrics: L2, Discrete and Continuous Fréchet.
avitase/fast_frechet-python
Comparison of different (fast) discrete Fréchet distance implementations in Python.
ayeshathoi/Paint-like-Your-Favourite-Artist-Image-Style-Transfer
Machine Learning X Computer vision Project
zfengyan/Frechet_distance
Read from csv file and compute the Frechet distance of the two curves.