TrainingDataPro commited on
Commit
e783b62
1 Parent(s): fcb0fc4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md CHANGED
@@ -1,3 +1,48 @@
1
  ---
2
  license: cc-by-nc-nd-4.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-nd-4.0
3
+ task_categories:
4
+ - image-classification
5
+ - image-to-image
6
+ - object-detection
7
+ language:
8
+ - en
9
+ tags:
10
+ - code
11
+ - biology
12
  ---
13
+ # Ripe Strawberries Detection
14
+
15
+ The dataset consists of photos of strawberries for the identification and recognition of **ripe berries**.
16
+ The images are annotated with **bounding boxes** that accurately demarcate the location of the ripe strawberries within the image.
17
+
18
+ Each image in the dataset showcases a strawberry plantation, and includes a diverse range of *backgrounds, lighting conditions, and orientations*. The photos are captured from various *angles and distances*, providing a realistic representation of strawberries.
19
+
20
+ The dataset can be utilised for enabling advancements in *strawberry production, quality control, and greater precision in agricultural practices*.
21
+
22
+ ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2F2d778d74efed2287072dc1757ff9953c%2FFrame%209.png?generation=1694156229544667&alt=media)
23
+
24
+ # Get the Dataset
25
+
26
+ ### This is just an example of the data
27
+
28
+ Contact us via **[sales@trainingdata.pro](mailto:sales@trainingdata.pro)** or leave a request on **[https://trainingdata.pro/data-market](https://trainingdata.pro/data-market?utm_source=huggingface)** to discuss your requirements, learn about the price and buy the dataset
29
+
30
+ # Dataset structure
31
+ - **images** - contains of original images of strawberries
32
+ - **boxes** - includes bounding box labeling for the original images
33
+ - **annotations.xml** - contains coordinates of the bounding boxes and labels, created for the original photo
34
+
35
+ # Data Format
36
+
37
+ Each image from `images` folder is accompanied by an XML-annotation in the `annotations.xml` file indicating the coordinates of the bounding boxes for ripe strawberries detection. For each point, the x and y coordinates are provided. Visibility of the ripe strawberry is also provided by the attribute **occluded** (0, 1).
38
+
39
+ # Example of XML file structure
40
+ ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2F88f5b20367a30de6a40961fb40ccacc6%2Fcarbon.png?generation=1694156401436654&alt=media)
41
+
42
+ # Strawberry Detection might be made in accordance with your requirements.
43
+
44
+ ## **[TrainingData](https://trainingdata.pro/data-market?utm_source=huggingface)** provides high-quality data annotation tailored to your needs
45
+
46
+ More datasets in TrainingData's Kaggle account: **https://www.kaggle.com/trainingdatapro/datasets**
47
+
48
+ TrainingData's GitHub: **https://github.com/Trainingdata-datamarket/TrainingData_All_datasets**