From 5f03070ed9f6afab3a9e989949502e0472736e34 Mon Sep 17 00:00:00 2001 From: Nebula-Yong <63303837+Nebula-Yong@users.noreply.github.com> Date: Sat, 19 Aug 2023 03:30:01 +0800 Subject: [PATCH] Update README.md The MVTec AD dataset link has been changed. So I Update the link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8abb662..c7362af 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ $ python3 -m pip install -U -r requirements.txt ``` ## Datasets -We support [MVTec AD dataset](https://www.mvtec.com/de/unternehmen/forschung/datasets/mvtec-ad/) for anomaly localization in factory setting and [Shanghai Tech Campus (STC)](https://svip-lab.github.io/dataset/campus_dataset.html) dataset with surveillance camera videos. Please, download dataset from URLs and extract to *data* folder or make symlink to that folder or [change default data path in main.py](https://github.com/gudovskiy/cflow-ad/blob/6a520d5eeb60e7df99a644f31836fb5cf7ffbfde/main.py#L48)). +We support [MVTec AD dataset](https://www.mvtec.com/company/research/datasets/mvtec-ad/downloads) for anomaly localization in factory setting and [Shanghai Tech Campus (STC)](https://svip-lab.github.io/dataset/campus_dataset.html) dataset with surveillance camera videos. Please, download dataset from URLs and extract to *data* folder or make symlink to that folder or [change default data path in main.py](https://github.com/gudovskiy/cflow-ad/blob/6a520d5eeb60e7df99a644f31836fb5cf7ffbfde/main.py#L48)). ## Code Organization - ./custom_datasets - contains dataloaders for MVTec and STC