-
When I ran python runner/run_mvtec.py, I found that there was no training but directly printed in the terminal: plotting many ROC for completed classes up to [0,...,14], I didn’t find the pictures whc…
-
We have found a significant difference between the implementation proposed and the one described in the paper, for the PatchCore image-level anomaly score calculation.
For a test image , they first…
-
It there going to be a platform so I can evaluate my method on it?
-
Excuse me, I got an error when reproducing locally. When training with bottle, the error description is "ValueError: Only one class present in y_true. ROC AUC score is not defined in that case." When …
sehau updated
2 years ago
-
Greetings!
First of all, I would like to thank you for sharing this project. It was a pleasure to study the main paper.
I would like to ask for some help in solving the problems related to running …
-
Hello,
I was just wondering if someone is already working on an anomalib implementation of https://arxiv.org/pdf/2206.04325.pdf
(https://github.com/sungwool/CFA_for_anomaly_localization)
It appar…
-
I have another problem after dealing with #243
That is:
ValueError: Either `preds` and `target` both should have the (same) shape (N, ...), or `target` should be (N, ...) and `preds` should be (N, …
-
**Describe the bug**
Hello! I made a test using PatchCore on the original MVTec dataset without any modification of config or dataset. I print the return of AdaptiveThreshold() because I am intereste…
-
Hi. Thank you for sharing your excellent work with us.
I am replacing VGG with **Resnet-18** for MVTec training. When the model runs, this error would occur:
` File "fcdd/python/fcdd/models/bas…
-
MVTec does not appear to use FTP.
```
>>> from torchvision4ad.datasets import MVTecAD
>>> root = 'mvtec_ad'
>>> dataset_name = 'bottle'
>>> mvtec_ad = MVTecAD(root, dataset_name, train=True…
A03ki updated
2 years ago