Skip to content

Commit d4bf062

Browse files
authored
Update MLC commands to support downloads through R2 for PointPainting (#2367)
1 parent 6b92d87 commit d4bf062

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

automotive/3d-object-detection/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,23 @@ You can also do `pip install mlc-scripts` and then use `mlcr` commands for downl
1818
> By default, the waymo dataset is downloaded from the mlcommons official drive. One has to accept the [MLCommons Waymo Open Dataset EULA](https://waymo.mlcommons.org/) to access the dataset files.
1919
2020
```
21-
mlcr get,ml-model,pointpainting --outdirname=<path_to_download> -j
21+
mlcr get,ml-model,pointpainting,_r2-downloader,_mlc --outdirname=<path_to_download> -j
2222
```
2323

2424
### Download dataset through MLCFlow Automation
2525

2626
> [!Note]
2727
> By default, the waymo dataset is downloaded from the mlcommons official drive. One has to accept the [MLCommons Waymo Open Dataset EULA](https://waymo.mlcommons.org/) to access the dataset files.
2828
29+
**Includes validation and calibration dataset**
2930
```
30-
mlcr get,dataset,waymo --outdirname=<path_to_download> -j
31+
mlcr get,dataset,waymo,_r2-downloader,_mlc --outdirname=<path_to_download> -j
32+
```
33+
34+
**Includes only calibration dataset**
35+
36+
```
37+
mlcr get,dataset,waymo,calibration,_r2-downloader,_mlc --outdirname=<path_to_download> -j
3138
```
3239

3340
## Downloading the dataset and model checkpoints
@@ -106,4 +113,4 @@ python accuracy_waymo.py --mlperf-accuracy-file <path to accuracy file>/mlperf_l
106113

107114
## Automated command for submission generation via MLCFlow
108115

109-
Please see the [new docs site](https://docs.mlcommons.org/inference/submission/) for an automated way to generate submission through MLCFlow.
116+
Please see the [new docs site](https://docs.mlcommons.org/inference/submission/) for an automated way to generate submission through MLCFlow.

0 commit comments

Comments
 (0)