Datasets:
update README.md (#5)
Browse files- update README.md (7cdfeb0dc655f3b629d27208141406a0331ec592)
Co-authored-by: Chun-Hsiao Yeh <[email protected]>
README.md
CHANGED
@@ -53,7 +53,24 @@ $ git lfs clone https://huggingface.co/datasets/ch-chenyu/All-Angles-Bench
|
|
53 |
|
54 |
2. **Download Ego4D-Exo dataset and extract the frames for the benchmark scenes:**
|
55 |
|
56 |
-
We provide the image files for the EgoHumans dataset. For the Ego-Exo4D dataset, due to licensing restrictions, you will need to first sign the license agreement from the official Ego-Exo4D repository at https://ego4ddataset.com/egoexo-license/. After signing the license, you
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
```bash
|
59 |
$ pip install ego4d --upgrade
|
|
|
53 |
|
54 |
2. **Download Ego4D-Exo dataset and extract the frames for the benchmark scenes:**
|
55 |
|
56 |
+
We provide the image files for the EgoHumans dataset. For the Ego-Exo4D dataset, due to licensing restrictions, you will need to first sign the license agreement from the official Ego-Exo4D repository at https://ego4ddataset.com/egoexo-license/. After signing the license, you would get `Access ID` and `Access Key` via email. Then follow the steps below to set up access:
|
57 |
+
|
58 |
+
```bash
|
59 |
+
$ pip install awscli
|
60 |
+
$ aws configure
|
61 |
+
```
|
62 |
+
|
63 |
+
When prompted, enter the following:
|
64 |
+
|
65 |
+
```bash
|
66 |
+
AWS Access Key ID [None]: your Access ID
|
67 |
+
AWS Secret Access Key [None]: your Access Key
|
68 |
+
Default region name [None]: us-west-2
|
69 |
+
Default output format [None]: json
|
70 |
+
|
71 |
+
```
|
72 |
+
|
73 |
+
Once configured, run the following to download the dataset (`downscaled_takes/448`) from this [page](https://docs.ego-exo4d-data.org/download/#setup-aws-client), and then use the preprocessing scripts to extract the corresponding images.
|
74 |
|
75 |
```bash
|
76 |
$ pip install ego4d --upgrade
|