Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL authored Nov 10, 2023
1 parent 819e30c commit 984f732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README_Layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
4. 结果
- 返回结果
```python
# bbox: [左上角x0,左上角y0, 右下角x0, 右上角x1]
# bbox: [左上角x0,左上角y0, 右下角x1, 右下角y1]
# label: 类别
[
{'bbox': array([321.4160495, 91.53214898, 562.06141263, 199.85522603]), 'label': 'text'},
Expand Down

0 comments on commit 984f732

Please sign in to comment.