项目文件夹

文件
2023-09-01 09:46:11 -04:00

14 行
362 B
Python

DEFAULT_CLEANVISION_ISSUES = {
"dark": {},
"light": {},
"low_information": {
"threshold": 0.15,
},
"odd_aspect_ratio": {},
"odd_size": {},
"grayscale": {},
"blurry": {},
} # list of CleanVision issue types considered by default in Datalab may differ from CleanVision package default
IMAGELAB_ISSUES_MAX_PREVALENCE = 0.1