whc commited on
Commit
89d6bcc
·
verified ·
1 Parent(s): 3c1b615

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/*' 'ground_truths/*'
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