Commit abf6a3c8 by 姚冰

sendDataFromFile接口提取特征类型改为bodyFushi

1 parent 6588593b
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
<dependency> <dependency>
<groupId>com.viontech.keliu</groupId> <groupId>com.viontech.keliu</groupId>
<artifactId>AlgApiClient</artifactId> <artifactId>AlgApiClient</artifactId>
<version>6.0.9-SNAPSHOT</version> <version>6.1.0-SNAPSHOT</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>tomcat-websocket</artifactId> <artifactId>tomcat-websocket</artifactId>
......
...@@ -184,7 +184,7 @@ public class LocalFileServiceImpl implements FileService { ...@@ -184,7 +184,7 @@ public class LocalFileServiceImpl implements FileService {
options.put("body_roi", body_roi); options.put("body_roi", body_roi);
options.put("face_roi", face_roi); options.put("face_roi", face_roi);
String imageType = "body"; String imageType = "bodyFushi";
CompletableFuture<AlgResult> responseFuture = null; CompletableFuture<AlgResult> responseFuture = null;
BodyFeature bodyFeature = null; BodyFeature bodyFeature = null;
try { try {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!