Update README.md
Browse files
README.md
CHANGED
|
@@ -16,9 +16,9 @@ We highly recommend downloading the already extracted and concatenated (features
|
|
| 16 |
Prior to running the notebooks, make sure to have all the dependencies needed. See [requirements.txt](https://huggingface.co/SimulaMet-HOST/TACDEC-model/resolve/main/requirements.txt?download=true).
|
| 17 |
When downloaded, run:
|
| 18 |
|
| 19 |
-
|
| 20 |
pip install -r requirements.txt
|
| 21 |
-
|
| 22 |
|
| 23 |
If you hold more interest in DINOv2, the **feature_extraction.ipynb** could hold good value.
|
| 24 |
|
|
|
|
| 16 |
Prior to running the notebooks, make sure to have all the dependencies needed. See [requirements.txt](https://huggingface.co/SimulaMet-HOST/TACDEC-model/resolve/main/requirements.txt?download=true).
|
| 17 |
When downloaded, run:
|
| 18 |
|
| 19 |
+
```
|
| 20 |
pip install -r requirements.txt
|
| 21 |
+
```
|
| 22 |
|
| 23 |
If you hold more interest in DINOv2, the **feature_extraction.ipynb** could hold good value.
|
| 24 |
|