From 538adfee9be653ffd79cec8909683d92e5b01b74 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期二, 24 十二月 2019 09:06:53 +0800
Subject: [PATCH] update;

---
 app/slave/sdkLoad.go    |    4 ++--
 libgowrapper/humantrack |    2 +-
 libgowrapper/vehicle    |    2 +-
 libgowrapper/face       |    2 +-
 libgowrapper/yolo       |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app/slave/sdkLoad.go b/app/slave/sdkLoad.go
index ceb4f4b..f99828c 100644
--- a/app/slave/sdkLoad.go
+++ b/app/slave/sdkLoad.go
@@ -11,7 +11,7 @@
 // func Run(ctx context.Context, i interface{}) {
 
 type sdk struct {
-	fnCreate func(string, string, string, int, bool, string, int, func(...interface{}), map[string]string) interface{}
+	fnCreate func(string, string, string, int, bool, string, int, func(...interface{}), map[string]interface{}) interface{}
 	fnRun    func(context.Context, interface{})
 }
 
@@ -34,7 +34,7 @@
 		return nil
 	}
 	return &sdk{
-		fnCreate: fnC.(func(string, string, string, int, bool, string, int, func(...interface{}), map[string]string) interface{}),
+		fnCreate: fnC.(func(string, string, string, int, bool, string, int, func(...interface{}), map[string]interface{}) interface{}),
 		fnRun:    fnR.(func(context.Context, interface{})),
 	}
 }
diff --git a/libgowrapper/face b/libgowrapper/face
index 265dcd4..90617d2 160000
--- a/libgowrapper/face
+++ b/libgowrapper/face
@@ -1 +1 @@
-Subproject commit 265dcd41bc396b8d4859dcead19b4b6d0c6a93bf
+Subproject commit 90617d25f6b352a5623ecb7c46876274f3624681
diff --git a/libgowrapper/humantrack b/libgowrapper/humantrack
index 4070b76..3c01622 160000
--- a/libgowrapper/humantrack
+++ b/libgowrapper/humantrack
@@ -1 +1 @@
-Subproject commit 4070b7666f59d3997fed0a1d060f97ba013f6b19
+Subproject commit 3c016225ae1377d909d1dcbe2983ac8a933c3b73
diff --git a/libgowrapper/vehicle b/libgowrapper/vehicle
index 1579cca..670433f 160000
--- a/libgowrapper/vehicle
+++ b/libgowrapper/vehicle
@@ -1 +1 @@
-Subproject commit 1579cca2a9c272366547c4562a0218ff76f1d038
+Subproject commit 670433ff21a182623764f3c86b0eac217a532331
diff --git a/libgowrapper/yolo b/libgowrapper/yolo
index 472a6bb..8949102 160000
--- a/libgowrapper/yolo
+++ b/libgowrapper/yolo
@@ -1 +1 @@
-Subproject commit 472a6bb9309357169b45e770e8fc7d3adcc946ee
+Subproject commit 8949102bf1914ad48012c99bac3b31f8dc385569

--
Gitblit v1.8.0