Skip to content

Commit f9f7982

Browse files
committed
Add waiting list address
1 parent 0b4713d commit f9f7982

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
# IO-DATA Example
22

3-
## Fetch data
3+
## Access data
44

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

77
`*-full.tar.gz` contains full data.
88
`*-no-depth.tar.gz` contains the data for the no-depth version of the dataset, which take up less storage.
99

10-
Extarct data:
10+
Extract data:
1111

1212
```
1313
tar -xvf DATA_NAME.tar.gz
1414
```
1515

16+
If you want **more data with more detailed annotations**, please fill the form [here](https://forms.gle/fDdyipTKDZaL34zC6) to join the waiting list.
17+
18+
![image](asserts/waiting_list_form.png)
19+
1620
## Environment
1721

1822
- Ubuntu >=20.04
@@ -50,6 +54,4 @@ If you want to visualize the mocap data,
5054
python3 load_and_visualize.py YOUR_DATA_PATH --visualize_mocap
5155
```
5256

53-
`
54-
5557
## Output

asserts/waiting_list_form.png

10.8 KB
Loading

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
numpy
2+
opencv-python

0 commit comments

Comments
 (0)