Datasets:
Update README.md
Browse files
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`).
|
|
|
|
| 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
|