forked from liznerski/fcdd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- also removed pprofile requirement
- Loading branch information
liznerski
committed
May 3, 2022
1 parent
7af3d8e
commit 9feea0a
Showing
2 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters