Skip to content

Commit f7ab58d

Browse files
committed
fix(lidar_centerpoint): add docker instruction
Signed-off-by: Kaan Çolak <kaancolak95@gmail.com>
1 parent 036ad9c commit f7ab58d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

perception/lidar_centerpoint/README.md

+19
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,25 @@ cd mmdetection3d
131131
pip install -v -e .
132132
```
133133

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.
136+
137+
Clone fork of the mmdetection3d repository
138+
```bash
139+
git clone https://github.com/autowarefoundation/mmdetection3d.git
140+
```
141+
142+
Build the Docker image by running the following command
143+
```bash
144+
cd mmdetection3d
145+
docker build -t mmdetection3d -f docker/Dockerfile .
146+
```
147+
148+
Run the Docker container
149+
```bash
150+
docker run --gpus all --shm-size=8g -it -v {DATA_DIR}:/mmdetection3d/data mmdetection3d
151+
```
152+
134153
### Preparing NuScenes dataset for training
135154

136155
**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

Comments
 (0)