Results 1 comments of coderLuan

typedef struct FaceRect_ { float score; int x; int y; int w; int h; int lm[10]; }FaceRect; 就支持10个landmark吧