Ruicheng commited on
Commit
70dddbd
·
verified ·
1 Parent(s): d7580d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,14 +26,14 @@ pip install huggingface_hub
26
  Download:
27
 
28
  ```bash
29
- huggingface-cli download dataset_name --repo-type dataset --local-dir /PATH/TO/DOWNLOAD/DIRECTORY --local-dir-use-symlinks False
30
  ```
31
 
32
  Extract the zip files: (each dataset has a separate zip file)
33
 
34
  ```bash
35
  cd /PATH/TO/DOWNLOAD/DIRECTORY
36
- unzip *.zip
37
  ```
38
 
39
  Please refer to [https://github.com/microsoft/MoGe/blob/main/moge/utils/io.py](https://github.com/microsoft/MoGe/blob/42cb86af5e0f8873ff966f758033fac30a86fa49/moge/utils/io.py#L86) for reading the depth maps.
 
26
  Download:
27
 
28
  ```bash
29
+ huggingface-cli download Ruicheng/monocular-geometry-evaluation --repo-type dataset --local-dir /PATH/TO/DOWNLOAD/DIRECTORY --local-dir-use-symlinks False
30
  ```
31
 
32
  Extract the zip files: (each dataset has a separate zip file)
33
 
34
  ```bash
35
  cd /PATH/TO/DOWNLOAD/DIRECTORY
36
+ unzip '*.zip'
37
  ```
38
 
39
  Please refer to [https://github.com/microsoft/MoGe/blob/main/moge/utils/io.py](https://github.com/microsoft/MoGe/blob/42cb86af5e0f8873ff966f758033fac30a86fa49/moge/utils/io.py#L86) for reading the depth maps.