AndreaPorri commited on
Commit
88e35b7
·
verified ·
1 Parent(s): 0e199a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -29,7 +29,8 @@ This dataset is in COCO format and can be easily loaded using the <u>datasets li
29
 
30
  **Important Notes:**
31
  - **Single Split:** This dataset contains only a **training split** (`train`). You will need to create your own validation and test splits programmatically.
32
- - **Images:** The images are provided in a compressed ZIP file (`images.zip`). The `load_dataset` function will automatically handle the extraction for you.
 
33
 
34
  ## **Example Code**:
35
  ```python
 
29
 
30
  **Important Notes:**
31
  - **Single Split:** This dataset contains only a **training split** (`train`). You will need to create your own validation and test splits programmatically.
32
+ - **Images:** The images are provided in a compressed ZIP file (`images.zip`).
33
+ - **Automatic Extraction:** The `load_dataset` function will automatically extract images from the `images.zip` file.
34
 
35
  ## **Example Code**:
36
  ```python