修复人脸识别问题,测试模型问题,添加了调试,测试landlandmarks1
This commit is contained in:
parent
6c17c260e8
commit
6e48d8e98c
@ -12,7 +12,11 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
// For test image loading (implementation in ai_face_recog_node.cpp)
|
||||
// For test image loading
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#define STBI_ONLY_JPEG
|
||||
#define STBI_ONLY_PNG
|
||||
#define STBI_NO_FAILURE_STRINGS
|
||||
#include "../../third_party/rknpu2/examples/3rdparty/stb/stb_image.h"
|
||||
|
||||
#include "ai_scheduler.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user