From 7677e1793d568d97c9569b0740cf79ce3068ef5d Mon Sep 17 00:00:00 2001 From: triple Mu Date: Sun, 28 Apr 2024 17:28:55 +0800 Subject: [PATCH] Update Cls.md --- docs/Cls.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/Cls.md b/docs/Cls.md index cba1bfa..db1e35e 100644 --- a/docs/Cls.md +++ b/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: