修复人脸识别问题,测试模型问题,添加了调试,测试landlandmarks1
Some checks are pending
CI / host-build (push) Waiting to run
CI / rk3588-cross-build (push) Waiting to run

This commit is contained in:
sladro 2026-01-08 15:57:46 +08:00
parent 6c17c260e8
commit 6e48d8e98c

View File

@ -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"