Update README.md
Browse files
README.md
CHANGED
@@ -23,3 +23,20 @@ configs:
|
|
23 |
- split: train
|
24 |
path: data/train-*
|
25 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
- split: train
|
24 |
path: data/train-*
|
25 |
---
|
26 |
+
|
27 |
+
|
28 |
+
This dataset is the augmented version of the original dataset: [Subh775/Rice-Disease-Classification-Dataset](https://huggingface.co/datasets/Subh775/Rice-Disease-Classification-Dataset)
|
29 |
+
|
30 |
+
|
31 |
+
<table border="1">
|
32 |
+
<tr>
|
33 |
+
<th>Dataset</th>
|
34 |
+
<th>Before</th>
|
35 |
+
<th>After</th>
|
36 |
+
</tr>
|
37 |
+
<tr>
|
38 |
+
<td><b>changes</b></td>
|
39 |
+
<td><img src="tests/original_ds.png" width="180"></td>
|
40 |
+
<td><img src="tests/augmented_ds.png" width="180"></td>
|
41 |
+
</tr>
|
42 |
+
</table>
|