Skip to content

abhinaukumar/fast_qa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastQA

This repository contains efficient python implementations of some QA metrics. Over time, I will try to grow the list of available metrics. These metrics are "efficient" in the sense that they use rectangular windows for all averaging operations, thereby leveraging integral images (also known as summed area tables) to compute averages efficiently.

Even though this code is written in numpy, it can easily be modified to use with deep learning libraries like PyTorch and Tensorflow.

About

Efficient implementations of Image Quality Assessment (IQA) algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages