From 1bd74d1bb8fcba4d3e10bed5d7d09db2ccd66aaf Mon Sep 17 00:00:00 2001 From: dengwenjie <775747758@qq.com> Date: Thu, 24 Jul 2025 15:23:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0demo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/smartai/examples/objectdetection/ObjectDetection.java | 2 -- .../src/main/resources/META-INF/MANIFEST.MF | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/objectdetection-example/src/main/java/smartai/examples/objectdetection/ObjectDetection.java b/examples/objectdetection-example/src/main/java/smartai/examples/objectdetection/ObjectDetection.java index 0a65e3a..11a295b 100644 --- a/examples/objectdetection-example/src/main/java/smartai/examples/objectdetection/ObjectDetection.java +++ b/examples/objectdetection-example/src/main/java/smartai/examples/objectdetection/ObjectDetection.java @@ -16,10 +16,8 @@ import cn.smartjavaai.common.entity.DetectionRectangle; import cn.smartjavaai.common.entity.DetectionResponse; import cn.smartjavaai.common.entity.R; import cn.smartjavaai.common.enums.DeviceEnum; -import cn.smartjavaai.common.enums.face.LivenessStatus; import cn.smartjavaai.common.utils.ImageUtils; import cn.smartjavaai.common.utils.OpenCVUtils; -import cn.smartjavaai.face.model.liveness.LivenessDetModel; import cn.smartjavaai.objectdetection.config.DetectorModelConfig; import cn.smartjavaai.objectdetection.enums.DetectorModelEnum; import cn.smartjavaai.objectdetection.exception.DetectionException; diff --git a/examples/objectdetection-example/src/main/resources/META-INF/MANIFEST.MF b/examples/objectdetection-example/src/main/resources/META-INF/MANIFEST.MF index 91b424f..c9a4764 100644 --- a/examples/objectdetection-example/src/main/resources/META-INF/MANIFEST.MF +++ b/examples/objectdetection-example/src/main/resources/META-INF/MANIFEST.MF @@ -1,3 +1,3 @@ Manifest-Version: 1.0 -Main-Class: smartai.examples.face.SeetaFace6LinuxDemo +Main-Class: smartai.examples.objectdetection.ObjectDetection