hflqf88888
commited on
Commit
•
153ec31
1
Parent(s):
060a2ba
Update README.md
Browse files
README.md
CHANGED
@@ -77,6 +77,18 @@ Each of the four classifications mentioned above has a corresponding JSON file,
|
|
77 |
* `train`(list[str]): the list of annotation filenames for the training set, which are equivalent to the *episode_id*.
|
78 |
* `test`(list[str]): the list of annotation filenames for the test set, which are equivalent to the *episode_id*.
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
## Licensing Information
|
81 |
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
|
82 |
|
|
|
77 |
* `train`(list[str]): the list of annotation filenames for the training set, which are equivalent to the *episode_id*.
|
78 |
* `test`(list[str]): the list of annotation filenames for the test set, which are equivalent to the *episode_id*.
|
79 |
|
80 |
+
## Easier Usage
|
81 |
+
|
82 |
+
In addition to cloning the entire repository, you can also download the files from the `/zips` directory directly for convenience. We are currently uploading compressed versions of the annotations and screenshots to the `/zips` directory to make the usage process more convenient.
|
83 |
+
|
84 |
+
* Annotations: Simply download the annotations.zip file and unzip it to access the contents directly.
|
85 |
+
* Screenshots: The screenshots are split into two parts. After downloading both parts, you can merge them and unzip the file using the following commands:
|
86 |
+
```bash
|
87 |
+
cat screenshots_0* > screenshots.zip
|
88 |
+
unzip screenshots.zip
|
89 |
+
```
|
90 |
+
The files extracted from the .zip archives will be identical to the original versions.
|
91 |
+
|
92 |
## Licensing Information
|
93 |
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
|
94 |
|