Subh775 commited on
Commit
ef014c0
·
verified ·
1 Parent(s): 82535dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -44
README.md CHANGED
@@ -1,44 +1,26 @@
1
-
2
- ---
3
- license: apache-2.0
4
- tags:
5
- - computer-vision
6
- - image-segmentation
7
- - leaf-dataset
8
- ---
9
-
10
- # In_the_Lab_masks
11
-
12
- This is a dataset for leaf segmentation, created by **Subh775**.
13
-
14
- ## Dataset Description
15
-
16
- This dataset contains in-the-lab single images of plant leaves (Tomato) and their corresponding binary segmentation masks. It was annotated using CVAT Segment Anything 2.0 and is intended for training computer vision models for segmentation tasks.
17
-
18
- The dataset includes additional metadata extracted from the annotation process.
19
-
20
- ### Features
21
-
22
- - `image`: The original RGB image of the plant leaf/leaves.
23
- - `mask`: The binary, single-channel (grayscale) segmentation mask.
24
- - `image_id`: The original filename of the image.
25
- - `width`: The original width of the image.
26
- - `height`: The original height of the image.
27
- - `num_annotations`: The number of individual leaves annotated in the image.
28
-
29
- ## Dataset Structure
30
-
31
- The dataset consists of 129 image-mask pairs.
32
-
33
- **Example Usage:**
34
-
35
- ```python
36
- from datasets import load_dataset
37
- dataset = load_dataset("Subh775/In_the_Lab_masks")
38
- # Access a sample
39
- sample = dataset['train'][0]
40
- image = sample['image']
41
- mask = sample['mask']
42
- print(f"Image size: {image.size}")
43
- print(f"Number of annotations in this image: {sample['num_annotations']}")
44
-
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - image-segmentation
5
+ language:
6
+ - en
7
+ pretty_name: AlgoAbode
8
+ size_categories:
9
+ - n<1K
10
+ ---
11
+
12
+ # In_the_Lab_masks
13
+
14
+ This dataset contains in-the-lab single images of plant leaves (Tomato) and their corresponding binary segmentation masks. It was annotated using CVAT Segment Anything 2.0 and is intended for training computer vision models for segmentation tasks.
15
+ The dataset includes additional metadata extracted from the annotation process.
16
+
17
+ ### Features
18
+ - `image`: The original RGB image of the plant leaf/leaves.
19
+ - `mask`: The binary, single-channel (grayscale) segmentation mask.
20
+ - `image_id`: The original filename of the image.
21
+ - `width`: The original width of the image.
22
+ - `height`: The original height of the image.
23
+ - `num_annotations`: The number of individual leaves annotated in the image.
24
+ -
25
+ ## Dataset Structure
26
+ The dataset consists of 129 image-mask pairs.