Update README.md
Browse files
README.md
CHANGED
@@ -49,20 +49,6 @@ The Material_classification_2U dataset consists of 150 256x256 color images, cat
|
|
49 |
English
|
50 |
|
51 |
## Dataset Structure
|
52 |
-
### Dataset Structure
|
53 |
-
|
54 |
-
- **Total Images:** 150
|
55 |
-
- **Image Size:** 256x256 pixels
|
56 |
-
- **Color:** RGB (Color images)
|
57 |
-
- **Classes:** 5
|
58 |
-
- **Brick:** 30 images
|
59 |
-
- **Metal:** 30 images
|
60 |
-
- **Paper:** 30 images
|
61 |
-
- **Plastic:** 30 images
|
62 |
-
- **Wood:** 30 images
|
63 |
-
- **Splits:**
|
64 |
-
- **Train:** 120 images (24 per class)
|
65 |
-
- **Test:** 30 images (6 per class)
|
66 |
|
67 |
### Data Instances
|
68 |
|
@@ -87,8 +73,16 @@ A sample from the training set is provided below:
|
|
87 |
|
88 |
### Data Splits
|
89 |
|
90 |
-
Train and Test
|
91 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
|
93 |
|
94 |
|
|
|
49 |
English
|
50 |
|
51 |
## Dataset Structure
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
### Data Instances
|
54 |
|
|
|
73 |
|
74 |
### Data Splits
|
75 |
|
76 |
+
The dataset is divided into two main subsets: Train and Test.
|
77 |
|
78 |
+
- **Train Split:**
|
79 |
+
- **Number of Images:** 120
|
80 |
+
- **Distribution:** 24 images per class
|
81 |
+
- **Test Split:**
|
82 |
+
- **Number of Images:** 30
|
83 |
+
- **Distribution:** 6 images per class
|
84 |
+
|
85 |
+
Both splits are stratified, ensuring that each class is proportionally represented in both the Train and Test subsets. This means that the percentage of images for each class remains consistent across both splits, providing a balanced and representative distribution for model training and evaluation.
|
86 |
|
87 |
|
88 |
|