File tree Expand file tree Collapse file tree 4 files changed +165
-149
lines changed
Chapter06-占据网络部署小试:模型量化加速与部署/BEVFormer_TRT Expand file tree Collapse file tree 4 files changed +165
-149
lines changed Original file line number Diff line number Diff line change @@ -170,10 +170,10 @@ ${PROJECT_DIR}/data/.
170170cd ${PROJECT_DIR}
171171docker build -t trt85 -f docker/Dockerfile .
172172docker run -it --gpus all -v ${PROJECT_DIR} :/workspace/BEVFormer_tensorrt/ \
173- -v /path/to/can_bus:/workspace/BEVFormer_tensorrt/data/can_bus \
174- -v /path/to/coco:/workspace/BEVFormer_tensorrt/data/coco \
175- -v /path/to/nuscenes:/workspace/BEVFormer_tensorrt/data/nuscenes \
176- --shm-size 8G trt85 /bin/bash
173+ -v /path/to/can_bus:/workspace/BEVFormer_tensorrt/data/can_bus \
174+ -v /path/to/coco:/workspace/BEVFormer_tensorrt/data/coco \
175+ -v /path/to/nuscenes:/workspace/BEVFormer_tensorrt/data/nuscenes \
176+ --shm-size 8G trt85 /bin/bash
177177
178178# in container
179179cd /workspace/BEVFormer_tensorrt/TensorRT/build
You can’t perform that action at this time.
0 commit comments