sunty
2019-07-18 58ed2e474a26d6380a637b1a40e3b55c2008e6e5
fix init compareThreshold type
1个文件已修改
2 ■■■ 已修改文件
dbpersoninfo.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
dbpersoninfo.go
@@ -75,7 +75,7 @@
    fmt.Println()
}
func GetComparePersonBaseInfo(tableid []string, faceFeature []byte, compareThreshold int) []byte {
func GetComparePersonBaseInfo(tableid []string, faceFeature []byte, compareThreshold float32) []byte {
    totalmap := make(map[string]float32)