Skip to content

Commit 808a7c7

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

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
@@ -119,6 +119,25 @@ cd mmdetection3d
119119
pip install -v -e .
120120
```
121121

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.
124+
125+
Clone fork of the mmdetection3d repository
126+
```bash
127+
git clone https://github.com/autowarefoundation/mmdetection3d.git
128+
```
129+
130+
Build the Docker image by running the following command
131+
```bash
132+
cd mmdetection3d
133+
docker build -t mmdetection3d -f docker/Dockerfile .
134+
```
135+
136+
Run the Docker container
137+
```bash
138+
docker run --gpus all --shm-size=8g -it -v {DATA_DIR}:/mmdetection3d/data mmdetection3d
139+
```
140+
122141
### Preparing NuScenes dataset for training
123142

124143
**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)