Anomalib Calculating Pixel Metrics #2536
Unanswered
yxteo2
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I am trying to calculate the pixel AUROC for the images, since now I am importing image path to predict the contour.
I am using the AUROC function from anomalib.metrics.AUROC, can anyone tell me if I am doing it in the right way?
I feel something is off
for img_path in image_list_path:
try:
Beta Was this translation helpful? Give feedback.
All reactions