Kentaro-Machida commited on
Commit
6f7c523
·
1 Parent(s): 7c6b71c

Added README

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -7,3 +7,21 @@ size_categories:
7
  ---
8
 
9
  # Matthiola incana leaf dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
  # Matthiola incana leaf dataset
10
+ This dataset is intended to create a model for classifying images of Matthiola incana leaves into **single-flowered** leaf or **double-flowered leaf**.
11
+
12
+ # Matthiola incana
13
+ Matthiola incana, a member of the family Brassicaceae, is an ornamental plant cultivated worldwide for its beautiful flowers. This species exhibits two flower forms: single and double flowers. The market for single-flowered plants is extremely limited and their commercial value is lower than that of double-flowered plants. Therefore, to efficiently produce high-value M. incana, farmers select double-flowered plants during the seedling stage, a few weeks after sowing, based on cotyledon characteristics. However, this identification is not simple and can be extremely difficult for inexperienced individuals.Using this dataset, you can create a classification model for Matthiola incana.
14
+
15
+ # About the dataset
16
+ It contains data on the following varieties of M. incana:
17
+
18
+ * Quartet_Apricot
19
+ * Quartet_Blue
20
+ * Quartet_Marine
21
+ * Quartet_Rose
22
+
23
+ Although there are two existence folders for the same variety, such as Quartet_Apricot and Quartet_Apricot2, it is guaranteed that the M. incana contained in these folders are different individuals. To prevent data leakage, we recommend using either Quartet_Apricot or Quartet_Apricot2 as training data and the other as test data, and similarly for the other three varieties.
24
+
25
+ Each folder is further divided by {date}_{single or double}.
26
+ The purpose of this data is to perform binary classification between **single** and **double**.
27
+