db/person.go @@ -49,7 +49,7 @@ FaceFeature: util.ByteSlice2float32Slice(byteFeat), }) } else { logger.Warnf("Person %s feature is empty %s", p.ID) logger.Warnf("Person %s feature is empty", p.ID) } }