Skip to content

Commit

Permalink
updated mvtec download link
Browse files Browse the repository at this point in the history
- also removed pprofile requirement
  • Loading branch information
liznerski committed May 3, 2022
1 parent 7af3d8e commit 9feea0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion python/fcdd/datasets/mvtec_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

class MvTec(VisionDataset, GTMapADDataset):
""" Implemention of a torch style MVTec dataset """
url = "ftp://guest:GU%[email protected].ch/mvtec_anomaly_detection/mvtec_anomaly_detection.tar.xz"
url = "https://www.mydrive.ch/shares/38536/3830184030e49fe74747669442f0f282/download/420938113-1629952094/mvtec_anomaly_detection.tar.xz"
base_folder = 'mvtec'
labels = (
'bottle', 'cable', 'capsule', 'carpet', 'grid', 'hazelnut', 'leather',
Expand Down
1 change: 0 additions & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ scipy==1.6.3
scikit-image==0.18.1
scikit-learn==0.24.2
Pillow==8.3.2
pprofile==2.0.5
psutil==5.8.0
pyparsing==2.4.7
python-dateutil==2.8.1
Expand Down

0 comments on commit 9feea0a

Please sign in to comment.