yonigozlan HF staff commited on
Commit
dd4f386
1 Parent(s): 4c87b93

Update README.md

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