You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: perception/lidar_centerpoint/README.md
+19
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,25 @@ cd mmdetection3d
119
119
pip install -v -e .
120
120
```
121
121
122
+
#### Use Training Repository with Docker
123
+
Alternatively, you can use Docker to run the mmdetection3d repository.We provide a Dockerfile to build a Docker image with the mmdetection3d repository and its dependencies.
docker run --gpus all --shm-size=8g -it -v {DATA_DIR}:/mmdetection3d/data mmdetection3d
139
+
```
140
+
122
141
### Preparing NuScenes dataset for training
123
142
124
143
**Step 1.** Download the NuScenes dataset from the [official website](https://www.nuscenes.org/download) and extract the dataset to a folder of your choice.
0 commit comments