Use Imagelab to find issues in image datasets
mainThe Imagelab class is the primary interface for automatically detecting common visual issues in image datasets. It allows you to specify a directory of images, run a suite of predefined checks (such as blur, brightness, or aspect ratio issues), and generate reports on the findings.
To use Imagelab, you typically follow these steps:
- Initialize
Imagelabwith the path to your image folder. - Run the detection process (e.g., using
Imagelab.find_issues()). - Inspect the results via reports or dataframes.