1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| package main
|
| import (
| "facecompare/sdkcompare"
| "basic.com/pubsub/cache.git"
| )
|
| func main() {
| cache.Init()
| tableId := make([]string, 10)
| //tableId[0] = "8fe053e4-f093-4c3c-a0f3-098c322f453e"
| tableId[0] = "323c4e02-e83c-4f0d-806d-ac5a462de5ea"
| faceFeature := "dsfsdafdsfdsfsdfsdfsdfsafsadfsafsadf"
| sdkcompare.GetComparePersonBaseInfo(nil, []byte(faceFeature), 70)
| }
|
|