-
运行命令如下:
```
python3 easyai/test_task.py -t one_class -i /home/wfw/data/VOCdevkit/MVTec/bottle/ImageSets/train.txt -m PatchCoreNet
```
报错如下:
```
2021-08-10 23:20:20,491 ERROR [test_task.py, 37]…
-
I have read the article and wanted to try this approach with the MVTec dataset. However, I could not be able to understand how to test it with the pre-trained model. I tried to run main.py and it star…
-
- [x] 1. 在easyai中加入one class任务
- [x] 2. 加入GANomaly网络以及loss
- [x] 3. 测试one class功能,使得运行正常
-
There seems to be a missing relative python module for the runner to import.
https://github.com/taikiinoue45/PaDiM/blob/main/padim/runner/runner.py#L7-L9
Thank you for taking your time in reading…
-
Hi,
When I trained the model on my own dataset, there is a problem: ValueError: continuous format is not supported.
I have processed my dataset into the same form as MVtec. What is the reaso…
-
:warning:Please attach **%TEMP%\vscode-java-installer\log.txt** and **%TEMP%\vscode-java-installer\AdoptOpenJDK-MSI.log** for more details.
version: 0.3.15
env:
```
JAVA_HOME: C:\Program Files\J…
-
Thanks for your contribution. I found some interesting results.
Experiment setting: resnet18(pretrained), from scratch no finetune.
I fixed the seed during training, when i train only one class su…
-
Since RTX-like graphic cards need a higher version than CUDA 9.0, is it possible to build cpp extensions using CUDA 10.0? Currently I modify [this line](https://github.com/zju3dv/clean-pvnet/blob/8e1a…
-
Add these two
- [x] MvTec-AD
- [x] MNIST-C
Think about whether the leave-one-in and leave-on-out are applicable here. (I don't think so)
-
When training Alexnet and VGG on my dataset, the AUROC can reach 0.95 +, but when using Resnet,the AUROC can only reach 0.5 +.
Is this normal? If not, how can I modify the code?
# Alex…