File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -99,11 +99,11 @@ Download
9999~~~~~~~~
100100
101101You can download the Argoverse 2 Sensor dataset from the `Argoverse website <https://www.argoverse.org/ >`_.
102- You can also use directly the dataset from AWS. For that, you first need to install `s5cmd <https://github.com/peak/s5cmd >`_:
102+ .. You can also use directly the dataset from AWS. For that, you first need to install `s5cmd <https://github.com/peak/s5cmd>`_:
103103
104- .. code-block :: bash
104+ .. .. code-block:: bash
105105
106- pip install s5cmd
106+ .. pip install s5cmd
107107
108108
109109 Next, you can run the following bash script to download the dataset:
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ dependencies = [
4747 " omegaconf" ,
4848 " typing-extensions" ,
4949 " requests" ,
50+ " s5cmd" ,
5051]
5152
5253[project .scripts ]
You can’t perform that action at this time.
0 commit comments