From 9ed9734090fd842e7cda5485f03b89c4c0db8744 Mon Sep 17 00:00:00 2001 From: MAwaisr <117476677+MAwaisr@users.noreply.github.com> Date: Sat, 2 Mar 2024 11:43:32 +0500 Subject: [PATCH] Update README.md chmod +x command is added for clarity to avoid permission denial while downloading datasets and pretrained models --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 231eff1..c61d36d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,16 @@ to download the MVTec and the DTD datasets to the **datasets** folder in the pro ``` ./scripts/download_dataset.sh ``` +if downlaod_dataset.sh or pretrained.sh scripts throw "permission denies" error then use these commands +``` +chmod +x ./scripts/download_dataset.sh +``` +now download the dataset again + +``` +./scripts/download_dataset.sh +``` ## Training Pass the folder containing the training dataset to the **train_DRAEM.py** script as the --data_path argument and the