Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eliahuhorwitz authored Mar 25, 2022
1 parent 5565872 commit bb7aad7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ pip install -r requirements.txt
```
3. Download and extract the dataset
```bash
cd datasets
mkdir datasets && cd datasets
mkdir mvtec3d && cd mvtec3d
wget https://www.mydrive.ch/shares/45920/dd1eb345346df066c63b5c95676b961b/download/428824485-1643285832/mvtec_3d_anomaly_detection.tar.xz
tar -xvf mvtec_3d_anomaly_detection.tar.xz && mv mvtec_3d_anomaly_detection mvtec3d
tar -xvf mvtec_3d_anomaly_detection.tar.xz
```
<br>
<br>
Expand Down

0 comments on commit bb7aad7

Please sign in to comment.