Update InspireFace to 1.0.1

This commit is contained in:
JingyuYan
2024-05-08 14:19:31 +08:00
parent 208d17eff8
commit ce564bdd9f
261 changed files with 898 additions and 324783 deletions

View File

@@ -8,7 +8,7 @@
using namespace inspire;
int video_test(FaceTrack &ctx, int cam_id) {
#ifndef USE_MOBILE_OPENCV_IN_LOCAL
#ifndef ISF_USE_MOBILE_OPENCV_IN_LOCAL
cv::VideoCapture cap(cam_id);
if (!cap.isOpened()) {
@@ -80,7 +80,7 @@ int video_test(FaceTrack &ctx, int cam_id) {
}
void video_file_test(FaceTrack& ctx, const std::string& video_filename) {
#ifndef USE_MOBILE_OPENCV_IN_LOCAL
#ifndef ISF_USE_MOBILE_OPENCV_IN_LOCAL
cv::VideoCapture cap(video_filename);
if (!cap.isOpened()) {