Update README.md
Browse files
README.md
CHANGED
|
@@ -86,7 +86,7 @@ from datasets import load_dataset
|
|
| 86 |
from PIL import Image, ImageDraw
|
| 87 |
|
| 88 |
# --- Configuration ---
|
| 89 |
-
DATASET_NAME = "
|
| 90 |
SAMPLE_INDEX = 0
|
| 91 |
OUTPUT_IMAGE = "annotated_FishCut.png"
|
| 92 |
|
|
|
|
| 86 |
from PIL import Image, ImageDraw
|
| 87 |
|
| 88 |
# --- Configuration ---
|
| 89 |
+
DATASET_NAME = "salahkhenfer/FishCut"
|
| 90 |
SAMPLE_INDEX = 0
|
| 91 |
OUTPUT_IMAGE = "annotated_FishCut.png"
|
| 92 |
|