fid
There are 38 repositories under fid topic.
mseitzer/pytorch-fid
Compute FID scores with PyTorch.
Zizzamia/perfume.js
Web performance library for measuring all performance vitals metrics
photosynthesis-team/piq
Measures and metrics for image2image tasks. PyTorch.
GaParmar/clean-fid
PyTorch - FID calculation with proper image resizing and quantization steps [CVPR 2022]
francois-rozet/piqa
PyTorch Image Quality Assessement package
nuxt-modules/web-vitals
Web Vitals: Essential module for a healthy project
Ruimve/microspot
🐱 🐱 轻量级前端异常监控和性能监控系统,帮助工程师定位并解决各种线上问题 🐞,使项目保持高性能运行的同时拥有健康良好的 🚗 代码环境。
valcol/react-hydration-on-demand
Hydrate your React components only when you need to.
WarrenJones/nemetric
前端性能指标的监控,采集以及上报。用于测量第一个dom生成的时间(FP/FCP/LCP)、用户最早可操作时间(fid|tti)和组件的生命周期性能,,网络状况以及资源大小等等。向监控后台报告实际用户测量值。
w86763777/pytorch-image-generation-metrics
Pytorch implementation of common image generation metrics.
lzhbrian/metrics
IS, FID score Pytorch and TF implementation, TF implementation is a wrapper of the official ones.
instant-labs/instant-vitals
Simple tools to track and improve your Web Vitals scores
boomb0om/text2image-benchmark
Benchmark for generative image models
GongXinyuu/sngan.pytorch
An unofficial Pytorch implementation of SNGAN, achieving IS of 8.21 and FID of 14.21 on CIFAR-10.
marcojira/fld
PyTorch code for FLD (Feature Likelihood Divergence), FID, KID, Precision, Recall, etc. using DINOv2, InceptionV3, CLIP, etc.
bramtoula/vdna
Pytorch implementation of Visual DNA, an approach to represent and compare images.
matthias-wright/jax-fid
FID computation in Jax/Flax.
laysakura/fid-rs
High performance FID (Fully Indexable Dictionary) library
vict0rsch/pytorch-fid-wrapper
A simple wrapper around @mseitzer's great pytorch-fid work to compute Fréchet Inception Distance in-memory from batches of images, using PyTorch
mstrocchi/fid-to-wav
Simple tool to convert Agilent, Bruker and Varian FID files to sound.
ChenLiu-1996/GAN-evaluator
A pip-installable evaluator for GANs (IS and FID). Accepts either dataloaders or individual batches. Supports on-the-fly evaluation during training. A working DCGAN SVHN demo script provided.
gotomi/kruk
Command Line Tool for CrUX Rest API
kvpratama/gan_metrics
Metrics to evaluate GAN
Jacklu0831/UpSampler
Built and trained SISR GAN models with loss analysis and performance comparison (TF + Keras)
vineeths96/Generative-Adversarial-Networks-GANs
In this repository, we deal with the task of implementing Generative Adversarial Networks (GANs) using the CIFAR-10 dataset. Two popular GANs: DCGAN and SAGAN are implemented. The performance of the network is evaluated using the FID score.
dnhen/flyview
Simple and effective flight information display system
michaelklachko/generative-models
Pytorch implementation of popular generative models
Paulinos739/DrawingClassifiers
Architectural drawing classification with deep learning.
IncrementDaily/gc-fid-simulator
A Gas Chromatography Simulator built on the LSER Model
STomoya/ptfid
Calculating Fréchet inception distance and other metrics with PyTorch.
AYUSH27112021/GENERATIVE-IMAGE-COMPARISION
Different Evaluation Metrics for Image Generation Models
HawkMRS/pyAMARES
pyAMARES, an Open-Source Python Library for Fitting Magnetic Resonance Spectroscopy Data
jramapuram/async_fid
Asynchronous, synchronous and RPC (TF) Fréchet Inception Distance (FID) calculation.
Yousra-Chahinez/generate_Arabic_calligraphy_GANs
The repository contains the code and datasets for Arabic Calligraphy generation task.
SelmaGuedidi/generating-images-with-dcgan
This GitHub repository contains an implementation of Deep Convolutional Generative Adversarial Networks (DCGAN) for image generation. With this project, you can generate stunning and realistic images using the power of deep learning.
ReiiYuki/sentry-web-vitals
Since Sentry has an issue on trigger web vitals metrics performance tracking. This library is created for solving this by using `web-vitals` callback and perform the Sentry measurement.