Hu Chunming
/
village_ascend_arm
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
531d44a1680b29613fda3737d2c4222426355297
Authored by
Hu Chunming
2025-01-13 16:03:48 +0800
1 parent
e6b08c4f
添加日志
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/ai_engine_module/HumanAnalysis.h
src/ai_engine_module/HumanAnalysis.h
View file @
531d44a
1
1
#include "include.h"
2
2
#include "human_parsing.h"
3
3
4
+
5
+// static std::string up_color[] = { "黑", "白", "灰", "红", "蓝", "黄", "绿", "多色", "其他" };
4
6
struct BodyColorInfo{
5
7
int upper_body_color;
6
8
int lower_body_color;
...
...