We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c9975 commit 992e126Copy full SHA for 992e126
1 file changed
README.md
@@ -48,7 +48,15 @@
48
49
### Enviroment Build
50
51
-1. 使用`docker`来构建运行环境
+1. 下载`foundationpose_cpp`repo
52
+```bash
53
+git clone git@github.com:zz990099/foundationpose_cpp.git
54
+cd foundationpose_cpp
55
+git submodule init
56
+git submodule update
57
+```
58
+
59
+2. 使用`docker`来构建运行环境
60
```bash
61
cd ${foundationpose_cpp}/docker
62
bash build_docker.sh --container_type=trt8 # trt10, jetson_trt8, jetson_trt10
@@ -71,7 +79,7 @@
71
79
72
80
cd /workspace
73
81
mkdir build && cd build
74
- cmake ..
82
+ cmake -DENABLE_TENSORRT=ON ..
75
83
make -j
76
84
```
77
85
0 commit comments