Skip to content

yiming-l/blurriness_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blurriness Detection

A heuristic model based on Laplacian Standard deviations. Learning based models are yet to come.

Detection threshold

For StdLaplacian, 3.8 seems to be a good threshold.
Faces with StdLaplacian less than 3.8 can be considered blurry.

Blur faces with std less than 3.8

The script blur_test.py is an example on how to do a grid search for the ideal threshold on an image folder.

TODO

  • build a blur face datasets
  • train a lightweight model for blur detection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages