feat: upload script fix: image name
Browse files
data/plantations_segmentation.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
plantations_segmentation.py
CHANGED
@@ -10,11 +10,11 @@ year = {2023}
|
|
10 |
"""
|
11 |
|
12 |
_DESCRIPTION = """\
|
13 |
-
The
|
14 |
-
|
15 |
-
|
16 |
-
The dataset
|
17 |
-
|
18 |
"""
|
19 |
_NAME = 'plantations_segmentation'
|
20 |
|
|
|
10 |
"""
|
11 |
|
12 |
_DESCRIPTION = """\
|
13 |
+
The images consist of aerial photography of agricultural plantations with crops
|
14 |
+
such as cabbage and zucchini. The dataset addresses agricultural tasks such as
|
15 |
+
plant detection and counting, health assessment, and irrigation planning.
|
16 |
+
The dataset consists of plantations' photographs with object and class
|
17 |
+
segmentation of cabbage.
|
18 |
"""
|
19 |
_NAME = 'plantations_segmentation'
|
20 |
|