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
@@ -131,6 +131,25 @@ cd mmdetection3d
131
131
pip install -v -e .
132
132
```
133
133
134
+
#### Use Training Repository with Docker
135
+
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
151
+
```
152
+
134
153
### Preparing NuScenes dataset for training
135
154
136
155
**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