zhangmeng
2019-12-24 538adfee9be653ffd79cec8909683d92e5b01b74
update;
5个文件已修改
12 ■■■■ 已修改文件
app/slave/sdkLoad.go 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
libgowrapper/face @ 90617d 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
libgowrapper/humantrack @ 3c0162 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
libgowrapper/vehicle @ 670433 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
libgowrapper/yolo @ 894910 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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{})),
    }
}
libgowrapper/face
@@ -1 +1 @@
Subproject commit 265dcd41bc396b8d4859dcead19b4b6d0c6a93bf
Subproject commit 90617d25f6b352a5623ecb7c46876274f3624681
libgowrapper/humantrack
@@ -1 +1 @@
Subproject commit 4070b7666f59d3997fed0a1d060f97ba013f6b19
Subproject commit 3c016225ae1377d909d1dcbe2983ac8a933c3b73
libgowrapper/vehicle
@@ -1 +1 @@
Subproject commit 1579cca2a9c272366547c4562a0218ff76f1d038
Subproject commit 670433ff21a182623764f3c86b0eac217a532331
libgowrapper/yolo
@@ -1 +1 @@
Subproject commit 472a6bb9309357169b45e770e8fc7d3adcc946ee
Subproject commit 8949102bf1914ad48012c99bac3b31f8dc385569