AndreaPorri commited on
Commit
2615ff3
·
verified ·
1 Parent(s): 3bba92c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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