Update README.md
Browse files
README.md
CHANGED
|
@@ -79,7 +79,7 @@ question_40 = grab_dataset[40]['question'] # question
|
|
| 79 |
answer_40 = grab_dataset[40]['answer'] # ground truth answer
|
| 80 |
pil_image_40 = grab_dataset[0]['decoded_image']
|
| 81 |
```
|
| 82 |
-
Note -- the 'image' feature corresponds to filepaths in the ```images``` dir in this repository: (https://huggingface.co/datasets/jonathan-roberts1/GRAB/
|
| 83 |
|
| 84 |
Please visit our [GitHub repository](https://github.com/jonathan-roberts1/GRAB) for example inference code.
|
| 85 |
|
|
|
|
| 79 |
answer_40 = grab_dataset[40]['answer'] # ground truth answer
|
| 80 |
pil_image_40 = grab_dataset[0]['decoded_image']
|
| 81 |
```
|
| 82 |
+
Note -- the 'image' feature corresponds to filepaths in the ```images``` dir in this repository: (https://huggingface.co/datasets/jonathan-roberts1/GRAB/tree/main/images.zip)
|
| 83 |
|
| 84 |
Please visit our [GitHub repository](https://github.com/jonathan-roberts1/GRAB) for example inference code.
|
| 85 |
|