Subh775 commited on
Commit
9ca5aef
·
verified ·
1 Parent(s): ef014c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -13
README.md CHANGED
@@ -9,18 +9,20 @@ 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.
 
 
 
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
+
19
+ - `image`: The original RGB image of the plant leaf/leaves.
20
+ - `mask`: The binary, single-channel (grayscale) segmentation mask.
21
+ - `image_id`: The original filename of the image.
22
+ - `width`: The original width of the image.
23
+ - `height`: The original height of the image.
24
+ - `num_annotations`: The number of individual leaves annotated in the image.
25
+
26
+ ## Dataset Structure
27
+
28
+ The dataset consists of 129 image-mask pairs.