Update Cls.md

pull/192/merge
triple Mu 7 months ago committed by GitHub
parent a9236fc159
commit 7677e1793d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 12
      docs/Cls.md

@ -93,17 +93,7 @@ You can infer with c++ in [`csrc/cls/normal`](../csrc/cls/normal) .
### Build:
Please set you own librarys in [`CMakeLists.txt`](../csrc/cls/normal/CMakeLists.txt) and modify `KPS_COLORS`
and `SKELETON` and `LIMB_COLORS` in [`main.cpp`](../csrc/cls/normal/main.cpp).
Besides, you can modify the postprocess parameters such as `score_thres` and `iou_thres` and `topk`
in [`main.cpp`](../csrc/cls/normal/main.cpp).
```c++
int topk = 100;
float score_thres = 0.25f;
float iou_thres = 0.65f;
```
Please set you own librarys in [`CMakeLists.txt`](../csrc/cls/normal/CMakeLists.txt) and modify `CLASS_NAMES` in [`main.cpp`](../csrc/cls/normal/main.cpp).
And build:

Loading…
Cancel
Save