- 1.2 基本概念
- 1.3 Galaxy Vision Service简介
- 1.3.1 集群地址
- 1.4 SDK
- 1.4.1 获取SDK
- 1.4.2 SDK发布和历史
- 1.5 快速开始
- 1.6 Galaxy Vision Service API
- 1.6.1 VisionClient
- 1.6.1.1 analysis_faces()
- 1.6.1.2 detect_labels()
- 1.6.1.3 match_faces()
- 1.6.1.4 Image
- 1.6.1.5 nlp_translation()
- 1.6.1.6 ocr_detection()
- 1.6.1.7 ocr_image_translation()
- 1.6.1.8 Label
- 1.6.1.9 OcrLine
- 1.6.1.10 OcrTranslateLine
- 1.6.1.11 OcrRegion
- 1.6.1.12 DetectLabelsParam
- 1.6.1.13 DetectFacesRequest
- 1.6.1.14 DetectLabelsRequest
- 1.6.1.15 FaceCompareRequest
- 1.7 FAQ
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
1.6.1.8 Label
Label类型
表示检测到的物体的对象
Field Summary
name | type | meaning |
---|---|---|
confidence | int | 必须,表示算法对检测到的物体的置信度, [0,1]之间 |
name | string | 必须,表示算法检测到的物体tag |
Method Summary
Label(confidence, name)
syntax sample
from vision.models import Label
label = Label(0.21,"gril")
parameters
confidence : int
得出tag的置信度
name : string
算法检测到的物体标签
return type
- Label Class Object
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论