Skip to content

A simple image metric calcuator for your computer vision project.

Notifications You must be signed in to change notification settings

GongyeLiu/IQA-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IQA-Assistant

📈 A simple image metric calcuator for your computer vision project.

Available

  • PSNR
  • SSIM
  • LPIPS
  • FID

Usage

python calc_metric.py --pred_path <pred_path> --gt_path <gt_path> --gpu_id <gpu_id> --out_path <output_path> --metric 'psnr' 'fid' 'lpips'

with the following options:

  • pred_path: path to predicted images, which ends with the suffix name of images. For example, 'pred/*.png'
  • gt_path: path to ground truth images, which ends with the suffix name of images. For example, 'gt/*.png'
  • gpu_id: gpu id. For example, '0'.
  • out_path: path to output file.
  • metric: metric to calculate. If all metrics are needed, just leave it blank or use 'all' as input.

About

A simple image metric calcuator for your computer vision project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages