You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@
4
4
5
5
Download sample data from [here](https://drive.google.com/drive/folders/1xQjkYJfL77e9iPhirie8gfJFGo7pjtbT?usp=sharing)
6
6
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.
9
9
10
10
Extract data:
11
11
12
12
```
13
-
tar -xvf DATA_NAME.tar.gz
13
+
tar -xvf DATA_NAME.tar
14
14
```
15
15
16
16
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 [
0 commit comments