From 35f6dd60f51b44b1e6b4ddaacd17f95b9aa87edc Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期一, 16 十二月 2019 15:22:50 +0800 Subject: [PATCH] 特征值从开始时就存为string --- structure/rule.go | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/structure/rule.go b/structure/rule.go index 3479096..4d97c92 100644 --- a/structure/rule.go +++ b/structure/rule.go @@ -15,8 +15,7 @@ Type string // 璁拌浇鏁版嵁绫诲瀷 Location Rect // 璁颁笅姣忎釜鐩爣鐨勪綅缃弬鏁帮紝鏈�鍚庣粰缁撴灉瑁呴厤鐩爣鏁版嵁鐨勬椂鍊欑敤鐨勫埌 Car *protomsg.PlateIDVehicle // 杞﹁締鍙傛暟 - Feature []byte - BodyFeature []float32 + Feature string ThftRes protomsg.ThftResult Liker []*BaseInfo TimeLable string @@ -53,8 +52,7 @@ Score float64 // 鐩镐技搴﹀緱鍒嗭紙鏈夊澶х▼搴﹀儚涓�涓洰鏍囥�備汉鑴革紝浜轰綋鎴栬溅绛夌瓑锛� Type string // 璁拌浇鏁版嵁绫诲瀷 ThftRes protomsg.ThftResult - Feature []byte - BodyFeature []float32 + Feature string Car *protomsg.PlateIDVehicle } -- Gitblit v1.8.0