Update README.md
Browse files
README.md
CHANGED
|
@@ -151,6 +151,8 @@ wget http://images.cocodataset.org/annotations/annotations_trainval2017.zip
|
|
| 151 |
|
| 152 |
Then to load the dataset:
|
| 153 |
```python
|
|
|
|
|
|
|
| 154 |
COCO_DIR = ...(path to the downloaded dataset directory)...
|
| 155 |
ds = datasets.load_dataset(
|
| 156 |
"yonigozlan/coco_detection_dataset_script",
|
|
|
|
| 151 |
|
| 152 |
Then to load the dataset:
|
| 153 |
```python
|
| 154 |
+
import datasets
|
| 155 |
+
|
| 156 |
COCO_DIR = ...(path to the downloaded dataset directory)...
|
| 157 |
ds = datasets.load_dataset(
|
| 158 |
"yonigozlan/coco_detection_dataset_script",
|