Closed herbiezhao closed 1 year ago
You can simply print out:
imagelab.issues
to get a DataFrame of all the issues detected in each image, as well as quality scores for their severity in each image. You can also filter this DataFrame for only a particular type of issue (where the corresponding Boolean column takes value True).
See our tutorial here:
https://github.com/cleanlab/cleanvision-examples/blob/main/tutorial.ipynb
got it, thanks
how to get issue list, so I can delete issue images