Skip to content

Commit

Permalink
Merge pull request #2 from MAwaisr/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
hamzakhalil798 authored Oct 17, 2024
2 parents 3692d05 + 9ed9734 commit 8f36d7a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f36d7a

Please sign in to comment.