-
Hello,
I would like to be able to train on custom datasets without the need to have ground truth masks since most anomaly detection methods do not use ground truth for training. The format would be…
-
Hello A03ki, thank you for your amazing code here. It is helping me a lot in my university project. I'm trying to understand it and follow your work.
If you don't mind answering my short question i.…
-
I ran into an issue when training on a dataset (subset of MVTec), where I set all ground truth masks to zero (to simulate training on a dataset for which I have no ground truth masks). When training w…
-
I am having a bit of trouble training on a custom dataset. I reproduced the MVTec structure but I still get some errors like:
`IndexError: too many indices for tensor of dimension 0`
-
Hi everybody,
I tried to use the **PatchCore** model on the MVTec dataset (bottle class), but the pixel-wise performance was well bellow the [reported](https://github.com/openvinotoolkit/anomalib/t…
-
**Describe the bug**
- A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See …
-
-
hello!
Thank you for your code contribution!I follow the setup instruction to run train.py , But I encountered the following problems:
$ python train.py --dataset_path CutPaste-Li/mvtec/bottle --n…
-
When 3D-AD Dataset Released?
-
Hey,
I have tried the default config to train MVTec_AD's Cable class, but couldn't reach the performance referred in the paper.
Is it necessary to fine tune the config for each in order to reimpl…