diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2ef2eb7f5c3e8d82a24de15a1f67d6d3a272f30b --- /dev/null +++ b/README.md @@ -0,0 +1,53 @@ +--- +task_categories: +- image-classification + +--- +# AutoTrain Dataset for project: rice_diagnosis + +## Dataset Description + +This dataset has been automatically processed by AutoTrain for project rice_diagnosis. + +### Languages + +The BCP-47 code for the dataset's language is unk. + +## Dataset Structure + +### Data Instances + +A sample from this dataset looks as follows: + +```json +[ + { + "image": "<3081x897 RGB PIL image>", + "target": 0 + }, + { + "image": "<3081x897 RGB PIL image>", + "target": 0 + } +] +``` + +### Dataset Fields + +The dataset has the following fields (also called "features"): + +```json +{ + "image": "Image(decode=True, id=None)", + "target": "ClassLabel(names=['Bacterial leaf blight', 'Brown spot', 'Leaf smut'], id=None)" +} +``` + +### Dataset Splits + +This dataset is split into a train and validation split. The split sizes are as follow: + +| Split name | Num samples | +| ------------ | ------------------- | +| train | 96 | +| valid | 24 | diff --git a/processed/dataset_dict.json b/processed/dataset_dict.json new file mode 100644 index 0000000000000000000000000000000000000000..e4d7c75d734a2f3ca335525b6efea8892db179cf --- /dev/null +++ b/processed/dataset_dict.json @@ -0,0 +1 @@ +{"splits": ["train", "valid"]} \ No newline at end of file diff --git a/processed/train/data-00000-of-00001.arrow b/processed/train/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..62f0d6b3b1d407bf948df82c5d425272ac388eea --- /dev/null +++ b/processed/train/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f97b17cd4ff5708e410e6af030695ad8e81991a58e032396025dd4d4a60d54 +size 138028232 diff --git a/processed/train/dataset_info.json b/processed/train/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..1233bd8fcd13f6876d059199ddf48794920f9039 --- /dev/null +++ b/processed/train/dataset_info.json @@ -0,0 +1,27 @@ +{ + "citation": "", + "description": "AutoTrain generated dataset", + "features": { + "image": { + "_type": "Image" + }, + "target": { + "names": [ + "Bacterial leaf blight", + "Brown spot", + "Leaf smut" + ], + "_type": "ClassLabel" + } + }, + "homepage": "", + "license": "", + "splits": { + "train": { + "name": "train", + "num_bytes": 138027420, + "num_examples": 96, + "dataset_name": null + } + } +} \ No newline at end of file diff --git a/processed/train/state.json b/processed/train/state.json new file mode 100644 index 0000000000000000000000000000000000000000..62e488c13700ba1e5e71bf0b592acb2d50b2770d --- /dev/null +++ b/processed/train/state.json @@ -0,0 +1,16 @@ +{ + "_data_files": [ + { + "filename": "data-00000-of-00001.arrow" + } + ], + "_fingerprint": "c149b68b10197998", + "_format_columns": [ + "image", + "target" + ], + "_format_kwargs": {}, + "_format_type": null, + "_output_all_columns": false, + "_split": null +} \ No newline at end of file diff --git a/processed/valid/data-00000-of-00001.arrow b/processed/valid/data-00000-of-00001.arrow new file mode 100644 index 0000000000000000000000000000000000000000..3f34152f2219a13da9595950d9d329881110be4b --- /dev/null +++ b/processed/valid/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f404d9c2a7b94dcfb144b61b7a4e09ee7c0da789f3193c7c367baa7a9d10554 +size 33368232 diff --git a/processed/valid/dataset_info.json b/processed/valid/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..8e080b785eaa1f464b137a309f645aa3bab71f3d --- /dev/null +++ b/processed/valid/dataset_info.json @@ -0,0 +1,27 @@ +{ + "citation": "", + "description": "AutoTrain generated dataset", + "features": { + "image": { + "_type": "Image" + }, + "target": { + "names": [ + "Bacterial leaf blight", + "Brown spot", + "Leaf smut" + ], + "_type": "ClassLabel" + } + }, + "homepage": "", + "license": "", + "splits": { + "valid": { + "name": "valid", + "num_bytes": 33367419, + "num_examples": 24, + "dataset_name": null + } + } +} \ No newline at end of file diff --git a/processed/valid/state.json b/processed/valid/state.json new file mode 100644 index 0000000000000000000000000000000000000000..be6aa57c8aafd65253cfd02a8a8832275108858a --- /dev/null +++ b/processed/valid/state.json @@ -0,0 +1,16 @@ +{ + "_data_files": [ + { + "filename": "data-00000-of-00001.arrow" + } + ], + "_fingerprint": "4b643e787cd58c7c", + "_format_columns": [ + "image", + "target" + ], + "_format_kwargs": {}, + "_format_type": null, + "_output_all_columns": false, + "_split": null +} \ No newline at end of file diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0365.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0365.JPG index dbb4f7b9ef79dcbd7bcab3215829c7ff1cb10f2d..a4dc8bd78734d5faf1d186050c85942abbf9eedf 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0365.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0365.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0367.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0367.JPG index e16d7c3bd335c9cda83714eb9caf1deafdea0689..a006f93428aaf95f71da069120bd868a15c3c3e8 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0367.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0367.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0372.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0372.JPG index a5229bf7724d2141a3ba901acfc927a6d3f7d3d6..940c17d009731f971b328ee6c637efc613eff777 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0372.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0372.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0373.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0373.JPG index bb1823d1e6ecdbd584bac0c3425f2560e20931b3..906b9003c458c738c9ecc0c99ca469fbc3a44e30 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0373.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0373.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0374.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0374.JPG index 1297a17a04437ccae8396d552920f06ecdb0dca1..b1eae890c8c5fa4be10d698f49ec659bcc7c89ff 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0374.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0374.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0375.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0375.JPG index 60d6556cc0c068a05eb66ca0843013380b817cdb..00805d2c6d61acfed23e5f41fc039d255ea3a44c 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0375.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0375.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0376.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0376.JPG index 7b43df5e20b5f1c67067256b18ac4fa3de146fd9..0e51a6613edfd372e71c54220b2dcad339b53d7b 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0376.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0376.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0377.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0377.JPG index 99d5372f1e9206d7f5318b3e2b89a6089e17c12f..2e27b516dab0cddf6915a230ccd30a1ace529555 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0377.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0377.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0378.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0378.JPG index edf05dca3e06a36e5e45f8a6fd695dc55bff65ba..8081bd84b7a3fb1543923d9248b4d0a7b56c85b8 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0378.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0378.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0379.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0379.JPG index ede5cecc30daf8bbfaf8aa35a164682da3e3cac0..526913f28b6747a7cf8ccf18db07d1b55e0895e8 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0379.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0379.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0380.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0380.JPG index 85286f2147fd06b681dfb348360005a738ed0638..8400835c2a4f0c7ff4be6ea7ef863e73ce3f7501 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0380.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0380.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0381.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0381.JPG index 05cdc900168fc0e77ca27a6e76442f46aada5986..a950d151c26950505eec763c4a4dc0b930b28c78 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0381.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0381.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0382.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0382.JPG index 384c41347a12a0a5deb01d74750e35b886360159..56c26c4d358070750f78fca358718e66c463257b 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0382.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0382.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0383.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0383.JPG index cf84c2c8d42ca40c8185c47b52e77cbe638d804c..afdc5edc71e8e18576f9cccb397071caea83762d 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0383.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0383.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0384.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0384.JPG index 18be9c23031f56cd329e71d1d5d830916e015173..29bd7744ddbfd2bc21b12ea0adc052ad1b51dfe1 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0384.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0384.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0386.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0386.JPG index 27fbbe91917bfd15de35933663ec396cbb819dd6..edfde2ceba4d4fe3a6a560c6834fb52b290ebdbb 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0386.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0386.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0388.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0388.JPG index 89435c1f3c89cfe15940b05308c6c7e740ee2218..bead00041475deb4e24475b52bb6a6b32f76d34a 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0388.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0388.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0389.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0389.JPG index f9e83e6c2d86d3bc49d82f61702b470d71ae1b5b..9015fdba96da2075f0dce81fc6c8a74f54869466 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0389.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0389.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0390.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0390.JPG index a3cc99c750b23b5085c85719c16a6c9104fd9f40..f6c05ecedb8d2f077a88f9e52d195a06f0b9353b 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0390.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0390.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0392.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0392.JPG index da7eb304f061e69d25d81cecdd901ee8c124a84c..7970edf661329e630abd6a5a29b7739dafb2fff3 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0392.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0392.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0393.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0393.JPG index 84f81efe0a4f83c70dc7e2b885c0f6df64740b6c..1af4b126949d32b0448f5dda59be8ee22dc6c804 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0393.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0393.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0395.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0395.JPG index c128e81c6d380f183d303ac0d3a4eb51df8e3361..965eddc0d9176b2f6a143fa1e27a0974a1411637 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0395.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0395.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0396.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0396.JPG index 73b373eb6f23ae731c8af403bee8edf75f1f9382..20781e88014a0ebd8e858d63c2f804082979d214 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0396.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0396.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0397.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0397.JPG index e6c7cab1f089d73027ac5d85fad569ebadd6c496..1bc3c1f8a82440513b43854ec3489d5934f6e3f6 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0397.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0397.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0398.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0398.JPG index 00187eba792d8b477d4e8dedf62fb0af6989f5b5..2d53c429f447d01c6e1823ef2f489a3f185858d5 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0398.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0398.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0399.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0399.JPG index 4148937268129ae1e4973c061f13909b0379f1c2..a9040a2af8435f872bcc42392d4a345417a99f5e 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0399.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0399.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0400.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0400.JPG index ec199e3f3c2a72393859eaf0b72d7c17df76f36d..ff58f5b336c4d26452b1975d8049bed3f044fecd 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0400.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0400.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0401.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0401.JPG index a3e4127655b6cc5466325985513a9d353e5fb4a8..60f15fb4ae974429d875587939219890ecaf5ec3 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0401.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0401.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0402.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0402.JPG index 68b7c5099c3605bfe735c8056cc3491e82ba9423..058ebb239376a3127923b975674622bef5b460f0 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0402.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0402.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0403.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0403.JPG index 8e9dfb9ce97cbcfccf78b23c4eaad209613ee0ab..bd7130e85079d3a2e35e3927f482821416ee78ef 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0403.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0403.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0404.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0404.JPG index f5a84f7ee0d620581478e7820621d68f19f4569c..6d7aec9a502cc8e02e34d1592ada4d274d2825c1 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0404.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0404.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0405.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0405.JPG index d74a6a19182dc5e06a9ddc6a398e46ea8e92025e..a136775ab086f8e8e2f6ea7fff355704dfbaa3d6 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0405.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0405.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0406.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0406.JPG index 9f67fd50fd0faf6bc88258de1f5d5e1ff4a15dc3..d44207c71b25a9dac3e8ba1fb89758ff309e6cff 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0406.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0406.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0703.JPG b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0703.JPG index 8d813f2049270b927ea02218fb9d6c39bb5c4fa0..336a15c5894126d9ecf13de21737b0ff21dddc95 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0703.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Bacterial leaf blight/DSC_0703.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0292.JPG b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0292.JPG index eb1a072d9e7afb8d71ce5a9525796d3093fdff75..0cf65a91dce583643270bdf31c86a88ab8f177c6 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0292.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0292.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0295.JPG b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0295.JPG index 6c21b4a7e4f1423ee778b2adbbadbb68846f4936..10dd798983c36248b3172756d9939731a32e6306 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0295.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0295.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0299.JPG b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0299.JPG index 6b836c40ac1407c1ae32bd4c168f14a8c5e857b1..046e4550ae69a39d236496b422fa6838df8ec315 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0299.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0299.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0300.JPG b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0300.JPG index b0bb790251fd7f7c9766523212746a139d03cee1..5a05fecd18d3dfed568d97b8983ba58c39e11648 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0300.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0300.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0301.JPG b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0301.JPG index 732c8563363513cfec1cab649ff2e9c7fb549b1f..804e1f8f7233de9b8d6408317e54e3c620993a42 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0301.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0301.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0302.JPG b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0302.JPG index 5e52bff9b1a8dd0f932e6138687bffeb123ad101..2dc1786d7a5e355c1a65fd3d6b7731ddc3fd8676 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0302.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0302.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0303.JPG b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0303.JPG index 3f0610972068df3da8be634a139a30780c0497b4..491ef1057a096739b82f9fda4e99733e56416d0c 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0303.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0303.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0304.JPG b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0304.JPG index f98d7e89ea96d2d137665966bdc3db8ed2f56923..d266c1aecb9a47cb66e3f60174ec7e337c204ac3 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0304.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0304.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0305.JPG b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0305.JPG index 6eb1ce04e9ae3b29fc6914982c581275cbebf197..47c56fc31a4dee786c26c2a8cd68455936e21b0c 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0305.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0305.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0306.JPG b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0306.JPG index d8246c47349baf9473c591f9ad824465e56ca421..352ba772d694df834e88b1acf276f0d4ba36e585 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0306.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0306.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0307.JPG b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0307.JPG index 3c738642a7e8df4b04a3eaa31a6a30975e37f3cf..a8827efae4ab83701f06b68b1748437e4b8fd84d 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0307.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0307.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0323.JPG b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0323.JPG index cee1917bcbf1748eb5b4288724905cc54688d617..76b336e4d8838cfd27187a0e5251f9cde8debe3f 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0323.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0323.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0324.JPG b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0324.JPG index 44f3e9251e43fda282d3d4a9d061e1a4f4765102..d47973997493ccd8d6e7eb839c5c090f1556f4ca 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0324.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0324.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0325.JPG b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0325.JPG index 13e67d09ce1d3f789d1f80e003f51d47ad6166ba..931f103d6de1bb2a99d708e021e866706d08efd0 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0325.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0325.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0332.JPG b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0332.JPG index 11616add2f7d934d1202900c270e6d7d9e383a60..69848aac97b5539c40cecff369012ef4adc01e29 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0332.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0332.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0333.JPG b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0333.JPG index c1e202e3fbb89baba3e464123869e5326ad240c6..5f9f4c0c6dc5d59c0539f57ce9ca067ea1d7b349 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0333.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0333.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0337.JPG b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0337.JPG index 58c215e9e7b8af691057eb652b89c4bbe96176a8..4e0ef92a97d7f40833ddd7ee4fb0d80908a31523 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0337.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Brown spot/DSC_0337.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0293.JPG b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0293.JPG index a4b978df05a7dee79c59506806c13d7d717661aa..05ef885733c901f476f5c1f3dcb34af211d392e5 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0293.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0293.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0308.JPG b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0308.JPG index 350321a170792b085e787baf00aa89f6f04451e1..d50472bba594fbc9319fa947165faf842bad2c81 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0308.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0308.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0309.JPG b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0309.JPG index d6d28f5047dfdf07ffb0da38b56fef97b65a6f44..851fca277800bde0e36ac05e3cb115b7d2211880 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0309.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0309.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0310.JPG b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0310.JPG index a86cbce9461999d7280ebcef261a27f3e2af95fb..bcd047b6d1c148450568e3da8c52025ded1d8bf1 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0310.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0310.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0312.JPG b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0312.JPG index 34a4c92cf546eb01e470f40aa36e5d6977b7d3c0..9ccef880755b22684f45034517e8ea3d6c2d7100 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0312.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0312.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0313.JPG b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0313.JPG index 11f90456091d80060f4d55ea6030afdef84588ca..0eafc131a2086ffafd7e15f67b09486ae55afe81 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0313.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0313.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0314.JPG b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0314.JPG index 544fc0e80c22d61f1d7ef660c604c8aabb536e38..19050b306381dfe2b95c5aabb5464a090302e647 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0314.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0314.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0316.JPG b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0316.JPG index 4fb7d25bd1ee3b98927d6de87d7fdf998cd8a776..2901a08fb80b661e8638af098953ea0cd9705595 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0316.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0316.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0317.JPG b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0317.JPG index 5c02f885883bb0823cd50544557cbc1d86ca502c..4601cda7279d13e39dd7ab31400eac9859df4482 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0317.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0317.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0318.JPG b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0318.JPG index 816395f15b30109fb4214df68308c52c6cb50964..0d202a3e9132e85bd5c23f87de4d2c8138747c27 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0318.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0318.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0320.JPG b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0320.JPG index ee899d58d2fff30c1f733b41ab38d0d73af73c13..541bd091e2549e0aed6bca67b279197c698dc4b1 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0320.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0320.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0321.JPG b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0321.JPG index 3fb591468f81fd390c2eb370d0238f415bb78a7d..bde065e7fa1ff976abc8cd147f5c00d46246d877 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0321.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0321.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0327.JPG b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0327.JPG index b5e10354c0b99986b78ffc44c9d215ddb4c533cb..cd93cd580a3623aedacb33e66f1c9a3c21d74c1d 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0327.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0327.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0331.JPG b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0331.JPG index 3440d5c1e3b92dd8142a5375da88824324c36bdc..97d0b7336c0b4806ef8e7e157d8e8027c650c127 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0331.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0331.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0335.JPG b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0335.JPG index 25fa14e81eb999e6bbdf858d117079ba6ca54fc3..7d418069c07600cc6fe043c73c9aacbe076f032f 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0335.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0335.JPG differ diff --git a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0338.JPG b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0338.JPG index 9034bafaf68dbfcab932d74aa8b8549113e4c094..2e9c9eab1a534cb6f5fb04f4673af14aab440174 100644 Binary files a/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0338.JPG and b/raw/image_folders/auto/rice_leaf_diseases/Leaf smut/DSC_0338.JPG differ