-
Notifications
You must be signed in to change notification settings - Fork 9
about metric #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi! Thanks for your interest! This is because all images in the ColonDB dataset are abnormal. Thus, the ColonDB dataset only supports the anomaly localization task. |
thanks! |
Hi, it depends on the aimed task. Technically, the auxiliary data utilized for training should comprise both normal and abnormal samples, with both image-level and pixel-level annotations. For the testing data, arbitrary inputs are acceptable. @Linaom1214 |
@caoyunkang {
"img_path": "xx",
"mask_path": "xx",
"cls_name": "object",
"specie_name": "",
"anomaly": 0
},
{
"img_path": "xx",
"mask_path": "xx",
"cls_name": "object",
"specie_name": "",
"anomaly": 1 },
|
@Linaom1214 |
Thank you for your patient explanation, it has been very helpful to me. |
@caoyunkang |
great work!
But when I try to reproduce this program, the metrics “I-Auroc、I-F1、I-AP” is always zero.
is right?
The text was updated successfully, but these errors were encountered: