File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ pip install numpy==1.22
3030
3131Install their download tool ` s5cmd ` , already in our envsftool.yaml. Then download the dataset:
3232``` bash
33- # train is really big (750 ): totally 966 GB
33+ # train is really big (700 ): totally 966 GB
3434s5cmd --numworkers 12 --no-sign-request cp " s3://argoverse/datasets/av2/sensor/train/*" av2/sensor/train
3535
3636# val (150) and test (150): totally 168GB + 168GB
@@ -61,7 +61,7 @@ s5cmd --numworkers 12 --no-sign-request cp "s3://argoverse/datasets/av2/lidar/te
6161
6262| Dataset | # Total Scene | # Total Frames |
6363| ------------ | ------------- | -------------- |
64- | Sensor/train | 750 | 110071 |
64+ | Sensor/train | 700 | 110071 |
6565| Sensor/val | 150 | 23547 |
6666| Sensor/test | 150 | 23574 |
6767| LiDAR/train | 16000 | - |
@@ -168,4 +168,4 @@ Process train data for self-supervised learning. Only training data needs this s
168168
169169``` bash
170170python process.py --data_dir /home/kin/data/av2/preprocess_v2/sensor/train --scene_range 0,701
171- ```
171+ ```
You can’t perform that action at this time.
0 commit comments