PatchCore_anomaly_detection icon indicating copy to clipboard operation
PatchCore_anomaly_detection copied to clipboard

Unofficial implementation of PatchCore anomaly detection

Results 30 PatchCore_anomaly_detection issues
Sort by recently updated
recently updated
newest added

![微信图片_20240115152819](https://github.com/hcw-00/PatchCore_anomaly_detection/assets/14054362/d9a333a9-f27d-4335-bb39-faca8edd25a8)

my env:python=3.6,torch=1.8.1,torchvision=0.9.1,pytorch-lightning=1.3.3,but i found the torchmetrics doesn't work,like this: Traceback (most recent call last): File "train.py", line 17, in import pytorch_lightning as pl File "/home/bread/anaconda3/envs/pl/lib/python3.6/site-packages/pytorch_lightning/__init__.py", line 20, in from pytorch_lightning...

I ran the code and got many errors but handled to solve them somehow! here is a problem that I have. I only want to train the model on the...

Hello, predecessor hcw-00, I am a new student entering the field of Industrial anomaly detection. I don't know how to study. I have encountered some problems. 1) When I read...

I have tried pip version of faiss for my own experiments, faiss-cpu and faiss-gpu, and I found my results are unstable, after searching on google, https://github.com/facebookresearch/faiss/issues/2273 **pip is not a...

Hello Sir. I have interesting anomaly detection. I found your code in paperwithcode, I want to try to test your code. I think that patchCore does not have training-phase (Neural...

Has anybody tried the code in the test mode after faiss implementation? I believe that the line below needs to be added to the `on_test_start` method. ` self.embedding_dir_path, self.sample_path, self.source_code_save_path...

Epoch 0: 100%|█████████████████████████████████████████████████████Epoch 0: 100%|████████████████████████████████████████████████████████████████| 62/62 [00:20

hey, im curious on running this file on colab and i would like to have some assistance regarading this