Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -66,7 +66,7 @@ Download and extract images.zip to a folder. You can then use the data_dir param
|
|
| 66 |
```python
|
| 67 |
dataset = load_dataset("AndreaPorri/Eyes-Detection", data_dir="path/to/extracted_images")
|
| 68 |
```
|
| 69 |
-
2. <u>Using COCO Annotations Directly</u>:
|
| 70 |
The annotations.coco.json file follows the standard COCO format and can be used with libraries like torchvision or pycocotools.
|
| 71 |
```python
|
| 72 |
from torchvision.datasets import CocoDetection
|
|
|
|
| 66 |
```python
|
| 67 |
dataset = load_dataset("AndreaPorri/Eyes-Detection", data_dir="path/to/extracted_images")
|
| 68 |
```
|
| 69 |
+
2. <u>Using COCO Annotations Directly</u>:
|
| 70 |
The annotations.coco.json file follows the standard COCO format and can be used with libraries like torchvision or pycocotools.
|
| 71 |
```python
|
| 72 |
from torchvision.datasets import CocoDetection
|