Skip to content

Commit ebfa7db

Browse files
committed
Update readme
1 parent 586a10e commit ebfa7db

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
Download sample data from [here](https://drive.google.com/drive/folders/1xQjkYJfL77e9iPhirie8gfJFGo7pjtbT?usp=sharing)
66

7-
`*-full.tar.gz` contains full data.
8-
`*-no-depth.tar.gz` contains the data for the no-depth version of the dataset, including low-resolution RGB images, which occupy less storage space.
7+
`*_full.tar` contains full data.
8+
`*_no_depth_low_res.tar` contains the data for the no-depth version of the dataset, including low-resolution RGB images, which occupy less storage space.
99

1010
Extract data:
1111

1212
```
13-
tar -xvf DATA_NAME.tar.gz
13+
tar -xvf DATA_NAME.tar
1414
```
1515

1616
If you want **more data with more detailed annotations**, please fill the form [here](https://forms.gle/fDdyipTKDZaL34zC6) to join the waiting list.
@@ -31,7 +31,7 @@ If you want **more data with more detailed annotations**, please fill the form [
3131
## Install packages
3232

3333
```bash
34-
sudo apt-get install python3-pip
34+
sudo apt install python3-pip
3535
pip3 install opencv-python
3636
```
3737

0 commit comments

Comments
 (0)