Merge pull request #9 from triple-Mu/triplemu/seg

Fix docs
pull/14/head
tripleMu 2 years ago committed by GitHub
commit eb32fd1dbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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