ydshieh HF staff commited on
Commit
399bd55
1 Parent(s): c86d917

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -263,13 +263,13 @@ run_example(prompt)
263
 
264
  #### • Referring Expression Comprehension
265
  ```python
266
- prompt = "<grounding><phrase> a snowman</phrase>"
267
  run_example(prompt)
268
 
269
- # a snowman is warming himself by the fire
270
- # [('a snowman', (0, 9), [(0.390625, 0.046875, 0.984375, 0.828125)]), ('the fire', (32, 40), [(0.203125, 0.015625, 0.453125, 0.859375)])]
271
 
272
- # <grounding><phrase> a snowman</phrase><object><patch_index_0044><patch_index_0863></object> is warming himself by<phrase> the fire</phrase><object><patch_index_0006><patch_index_0878></object>
273
  ```
274
 
275
  ### Multimodal Referring
 
263
 
264
  #### • Referring Expression Comprehension
265
  ```python
266
+ prompt = "<grounding><phrase> a snowman next to a fire</phrase>"
267
  run_example(prompt)
268
 
269
+ # a snowman next to a fire
270
+ # [('a snowman next to a fire', (0, 24), [(0.390625, 0.046875, 0.984375, 0.828125)])]
271
 
272
+ # <grounding><phrase> a snowman next to a fire</phrase><object><patch_index_0044><patch_index_0863></object>
273
  ```
274
 
275
  ### Multimodal Referring