Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
谢明辉
/
vion-label
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit abf6a3c8
authored
Feb 05, 2024
by
姚冰
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
sendDataFromFile接口提取特征类型改为bodyFushi
1 parent
6588593b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
label-platform/pom.xml
label-tool-keliu/src/main/java/com/viontech/label/tool/keliu/service/LocalFileServiceImpl.java
label-platform/pom.xml
View file @
abf6a3c
...
...
@@ -118,7 +118,7 @@
<dependency>
<groupId>
com.viontech.keliu
</groupId>
<artifactId>
AlgApiClient
</artifactId>
<version>
6.
0.9
-SNAPSHOT
</version>
<version>
6.
1.0
-SNAPSHOT
</version>
<exclusions>
<exclusion>
<artifactId>
tomcat-websocket
</artifactId>
...
...
label-tool-keliu/src/main/java/com/viontech/label/tool/keliu/service/LocalFileServiceImpl.java
View file @
abf6a3c
...
...
@@ -184,7 +184,7 @@ public class LocalFileServiceImpl implements FileService {
options
.
put
(
"body_roi"
,
body_roi
);
options
.
put
(
"face_roi"
,
face_roi
);
String
imageType
=
"body"
;
String
imageType
=
"body
Fushi
"
;
CompletableFuture
<
AlgResult
>
responseFuture
=
null
;
BodyFeature
bodyFeature
=
null
;
try
{
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment