Skip to content

Commit

Permalink
Update course outline
Browse files Browse the repository at this point in the history
  • Loading branch information
Charmve committed May 11, 2024
1 parent 38b56cd commit e2bdb19
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 149 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ ${PROJECT_DIR}/data/.
cd ${PROJECT_DIR}
docker build -t trt85 -f docker/Dockerfile .
docker run -it --gpus all -v ${PROJECT_DIR}:/workspace/BEVFormer_tensorrt/ \
-v /path/to/can_bus:/workspace/BEVFormer_tensorrt/data/can_bus \
-v /path/to/coco:/workspace/BEVFormer_tensorrt/data/coco \
-v /path/to/nuscenes:/workspace/BEVFormer_tensorrt/data/nuscenes \
--shm-size 8G trt85 /bin/bash
-v /path/to/can_bus:/workspace/BEVFormer_tensorrt/data/can_bus \
-v /path/to/coco:/workspace/BEVFormer_tensorrt/data/coco \
-v /path/to/nuscenes:/workspace/BEVFormer_tensorrt/data/nuscenes \
--shm-size 8G trt85 /bin/bash

# in container
cd /workspace/BEVFormer_tensorrt/TensorRT/build
Expand Down
Loading

0 comments on commit e2bdb19

Please sign in to comment.