whyen-wang commited on
Commit
da026d6
·
1 Parent(s): 0382386
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -141,13 +141,20 @@ An example looks as follows.
141
  ```
142
  {
143
  "image": PIL.Image(mode="RGB"),
144
- "captions": [
145
- "Closeup of bins of food that include broccoli and bread.",
146
- "A meal is presented in brightly colored plastic trays.",
147
- "there are containers filled with different kinds of foods",
148
- "Colorful dishes holding meat, vegetables, fruit, and bread.",
149
- "A bunch of trays that have different food."
150
- ]
 
 
 
 
 
 
 
151
  }
152
  ```
153
 
 
141
  ```
142
  {
143
  "image": PIL.Image(mode="RGB"),
144
+ "bboxes": [
145
+ [192.4199981689453, 220.17999267578125,
146
+ 129.22999572753906, 148.3800048828125],
147
+ [76.94000244140625, 146.6300048828125,
148
+ 104.55000305175781, 109.33000183105469],
149
+ [302.8800048828125, 115.2699966430664,
150
+ 99.11000061035156, 119.2699966430664],
151
+ [0.0, 0.800000011920929,
152
+ 592.5700073242188, 420.25]],
153
+ "categories": [46, 46, 46, 55],
154
+ "inst.rles": {
155
+ "size": [[426, 640], [426, 640], [426, 640], [426, 640]],
156
+ "counts": ["gU`2b0d;...", "RXP16m<=...", "]Xn34S=4...", "n:U2o8W2..."]
157
+ }
158
  }
159
  ```
160