pull/9/head
triple-Mu 2 years ago
parent 0c718392f1
commit 69378be8b4
  1. 2
      docs/Segment.md

@ -100,7 +100,7 @@ You can infer segment engine with c++ in [`csrc/segment`](../csrc/segment) .
### Build:
Please set you own librarys in [`CMakeLists.txt`](../csrc/segment/CMakeLists.txt) and modify you own config in [`config.h`](csrc/detect/include/config.h) such as `CLASS_NAMES` and `COLORS`.
Please set you own librarys in [`CMakeLists.txt`](../csrc/segment/CMakeLists.txt) and modify you own config in [`config.h`](../csrc/segment/include/config.h) such as `CLASS_NAMES`, `COLORS` and others .
``` shell
export root=${PWD}

Loading…
Cancel
Save