goldpulpy commited on
Commit
e46e1da
1 Parent(s): 0612b62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: odbl
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
1
  ---
2
  license: odbl
3
+ task_categories:
4
+ - image-to-image
5
+ language:
6
+ - en
7
+ - ru
8
+ tags:
9
+ - mask
10
+ - human
11
+ - image
12
+ - cv
13
+ pretty_name: Image human mask dataset
14
+ size_categories:
15
+ - 1K<n<10K
16
  ---
17
+
18
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/646f965b850a938d6c53d502/tkWe9Xrkl5Y8brNbq20ly.jpeg)
19
+
20
+ The dataset contains **500** by **500** pixel images with a green border around them. Each image is accompanied by a mask represented as a black and white image. In this mask, white color highlights the regions where the person in the image is present and black color denotes the rest of the regions.
21
+ The dataset provides an opportunity to investigate the detection and segmentation of people in the images. The images have been selected and processed to have a uniform size and to be framed in green color. This provides a convenient basis for developing and testing object detection algorithms.
22
+ Each image has a corresponding mask associated with it, which helps in identifying the pixels belonging to the person in the photograph. This is useful for object segmentation tasks such as selecting regions containing a person for further image analysis and processing.