Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ license: mit
|
|
7 |
You only need the databases to run fastmap. Download the images if you want to produce colored point cloud.
|
8 |
Download the subset of data you want to your local directory.
|
9 |
```bash
|
10 |
-
huggingface-cli download whc/fastmap_sfm --repo-type dataset --local-dir ./ --include 'databases
|
11 |
```
|
12 |
or use the python interface
|
13 |
```python
|
|
|
7 |
You only need the databases to run fastmap. Download the images if you want to produce colored point cloud.
|
8 |
Download the subset of data you want to your local directory.
|
9 |
```bash
|
10 |
+
huggingface-cli download whc/fastmap_sfm --repo-type dataset --local-dir ./ --include 'databases/tnt_*' 'ground_truths/tnt_*'
|
11 |
```
|
12 |
or use the python interface
|
13 |
```python
|