Skip to content

heepengpeng/mindspore-fid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

FID score for MindSpore

Usage

Compute the FID score between two datasets

python fid_score.py --sample_data_path path/to/sampledataset --ref_data_path path/to/refdataset

Generating a compatible .npz archive from a dataset

python fid_score.py --sample_data_path path/to/sampledataset --ref_data_path path/to/outputfile --save_stats true

Compute the FID score between .npz

python fid_score.py --sample_data_path path/to/sample.npz --ref_data_path path/to/ref.npz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages