-
Hi, sir.
Thanks for your great job, I have some confuse about OCBE :
MFF aligns multi-scale features from teacher E and OCE condenses the obtained rich feature to a compact bottleneck code.
But, …
-
Hey, thanks for sharing the code, it really helps. Could you please provide code to train the model on Head and Brain dataset as well? Thank you very much.
-
Hi, I see that in the loading function of the dataset there is a crop transform. Why this is happening? It would be possibile to work with a non square images dataset?
-
Check dataset repos or collect images by my own.
List
- https://image-net.org/index.php
- https://www.openml.org/search?type=data
- https://www.kaggle.com/datasets
- https://archive.ics.uci.ed…
-
Hello, thank you for the great repo!
**Describe the bug**
I cannot run inference.
**To Reproduce**
Steps to reproduce the behavior:
` conda install openvino-ie4py-ubuntu20 -c intel`
` cond…
-
* .NET Core Version:
.NET Core 3.1.102
* Have you experienced this same bug with .NET Framework?:
No
**Problem description:**
Porting our .NET Frameworks based library to .NET Core, we no…
-
Training fails with "KeyError: 'anomaly_maps'" for all the classification models (DFM, DFKDE, GANomaly). The failure is during testing stage, e.g.:
python tools/train.py --model dfm
...
Test…
-
First of all thank you for your work, it's great!But I have some problems in the process of use, the following are the details:
platform:Windows 10 + Anaconda
I manually downloaded the mvtec_anoma…
-
When I use the format dataset below to change the config for the custom dataset in patchcore model as Readme.md
```
dataset:
name: sample_anomaly
format: folder
path: ./datasets/sample/abc
…
-
Dear all, I'm trying to train PatchSVDD with my own dataset (aerial crop images). I structured the images in the MvTec Ad format, the train folder has 117 "good" images and the test folder has 3 class…