Skip to content

Commit

Permalink
更新说明 越接近0 越是假脸
Browse files Browse the repository at this point in the history
  • Loading branch information
duoergun0729 committed Jul 8, 2019
1 parent 6c79b2f commit 2fd2a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/fake_face_detect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ face_list | 是 | array| 人脸信息列表
++top | 是 | float| 人脸区域离上边界的距离
++width | 是 | float| 人脸区域的宽度
++height | 是 | float| 人脸区域的高度
+score | 是 | float| [0-1]的置信度,0表示不是假脸,1表示是假脸
+score | 是 | float| [0-1]的置信度,1表示不是假脸,0表示是假脸,越接近0表明是假脸概率越大

#### 返回示例
```json
Expand Down

0 comments on commit 2fd2a11

Please sign in to comment.