Commit 531d44a1680b29613fda3737d2c4222426355297

Authored by Hu Chunming
1 parent e6b08c4f

添加日志

src/ai_engine_module/HumanAnalysis.h
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;
... ...