You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When predicting some tests images (with synthetic defects, as I don't have real samples), the resulting heatmap indicates that the entire image is abnormal.
I'm trying to understand the result, as it has no sense, as the images come from the same distribution. Am I missing something?
model=TorchInferencer(path_model)
metadata= {
"image_threshold": 0.9, # threshold to label image as anomaly"pixel_threshold": 0.9, # threshold to label pixel as anomaly"task": "segmentation", # to return also boxes and box labels
}
result=model.predict(image_path, metadata=metadata)
The text was updated successfully, but these errors were encountered:
Hi, I've been performing some tests with DRAEM model, as it is one of the best performing according to Deep Industrial Image Anomaly Detection: A Survey.
When predicting some tests images (with synthetic defects, as I don't have real samples), the resulting heatmap indicates that the entire image is abnormal.
I'm trying to understand the result, as it has no sense, as the images come from the same distribution. Am I missing something?
Training sample
Predicted sample
Training script
Prediction script
The text was updated successfully, but these errors were encountered: