Skip to content

Commit 992e126

Browse files
committed
Update README.md
Signed-off-by: zz990099 <[email protected]>
1 parent 33c9975 commit 992e126

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,15 @@
4848

4949
### Enviroment Build
5050

51-
1. 使用`docker`来构建运行环境
51+
1. 下载`foundationpose_cpp`repo
52+
```bash
53+
git clone [email protected]:zz990099/foundationpose_cpp.git
54+
cd foundationpose_cpp
55+
git submodule init
56+
git submodule update
57+
```
58+
59+
2. 使用`docker`来构建运行环境
5260
```bash
5361
cd ${foundationpose_cpp}/docker
5462
bash build_docker.sh --container_type=trt8 # trt10, jetson_trt8, jetson_trt10
@@ -71,7 +79,7 @@
7179
```bash
7280
cd /workspace
7381
mkdir build && cd build
74-
cmake ..
82+
cmake -DENABLE_TENSORRT=ON ..
7583
make -j
7684
```
7785

0 commit comments

Comments
 (0)