Fix dataset download command
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ The data is arranged in the Splatfacto/AnchorSplat loader layout. Extract each a
|
|
| 28 |
## Download
|
| 29 |
|
| 30 |
```bash
|
| 31 |
-
huggingface-cli download de233/AnchorSplat-Processed-Third-Party-Data --include "*.tar.zst" --include "DATA_MANIFEST.json" --include "SHA256SUMS.txt" --local-dir data/processed_third_party_archives
|
| 32 |
```
|
| 33 |
|
| 34 |
## Extract
|
|
|
|
| 28 |
## Download
|
| 29 |
|
| 30 |
```bash
|
| 31 |
+
huggingface-cli download de233/AnchorSplat-Processed-Third-Party-Data --repo-type dataset --include "*.tar.zst" --include "DATA_MANIFEST.json" --include "SHA256SUMS.txt" --local-dir data/processed_third_party_archives
|
| 32 |
```
|
| 33 |
|
| 34 |
## Extract
|