diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..d4fe2910ed6c34e5ba1a4cf2927e6f1d800d3c2d --- /dev/null +++ b/README.md @@ -0,0 +1,53 @@ +--- +task_categories: +- image-classification + +--- +# AutoTrain Dataset for project: leaf + +## Dataset Description + +This dataset has been automatically processed by AutoTrain for project leaf. + +### 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": "<256x256 RGB PIL image>", + "target": 4 + }, + { + "image": "<256x256 RGB PIL image>", + "target": 1 + } +] +``` + +### Dataset Fields + +The dataset has the following fields (also called "features"): + +```json +{ + "image": "Image(decode=True, id=None)", + "target": "ClassLabel(names=['Bacteria', 'Fungi', 'Nematodes', 'Normal', 'Virus'], 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 | 191 | +| valid | 48 | 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..38c1b557d23560b02b5660e9f2541eda9d9a458c --- /dev/null +++ b/processed/train/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7052b0a1aa130c1d0f82be20d5d4877984b13a0bf2b33ecc24199e69f1b8e3b +size 23545200 diff --git a/processed/train/dataset_info.json b/processed/train/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..580945c09dbbdc24eb31eefbc60d2cfaa0946170 --- /dev/null +++ b/processed/train/dataset_info.json @@ -0,0 +1,29 @@ +{ + "citation": "", + "description": "AutoTrain generated dataset", + "features": { + "image": { + "_type": "Image" + }, + "target": { + "names": [ + "Bacteria", + "Fungi", + "Nematodes", + "Normal", + "Virus" + ], + "_type": "ClassLabel" + } + }, + "homepage": "", + "license": "", + "splits": { + "train": { + "name": "train", + "num_bytes": 23544398, + "num_examples": 191, + "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..3a48d35833aa04c225d3cd881ffefbc14b5d3f46 --- /dev/null +++ b/processed/train/state.json @@ -0,0 +1,16 @@ +{ + "_data_files": [ + { + "filename": "data-00000-of-00001.arrow" + } + ], + "_fingerprint": "7a82168f8b7da9ba", + "_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..2c3b62dd546c98ea0908bc0e1e8abcff5cb8e924 --- /dev/null +++ b/processed/valid/data-00000-of-00001.arrow @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af7ce7436052aa100a8c853cf3bbb1fc2c04fa2759b0c481bbf3936257dc90e +size 5694120 diff --git a/processed/valid/dataset_info.json b/processed/valid/dataset_info.json new file mode 100644 index 0000000000000000000000000000000000000000..b0e1831da4623d26508feb880517d1efd1c517d1 --- /dev/null +++ b/processed/valid/dataset_info.json @@ -0,0 +1,29 @@ +{ + "citation": "", + "description": "AutoTrain generated dataset", + "features": { + "image": { + "_type": "Image" + }, + "target": { + "names": [ + "Bacteria", + "Fungi", + "Nematodes", + "Normal", + "Virus" + ], + "_type": "ClassLabel" + } + }, + "homepage": "", + "license": "", + "splits": { + "valid": { + "name": "valid", + "num_bytes": 5693310, + "num_examples": 48, + "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..f5c20f8330515740da898fc53bdc6e3cf9934fe3 --- /dev/null +++ b/processed/valid/state.json @@ -0,0 +1,16 @@ +{ + "_data_files": [ + { + "filename": "data-00000-of-00001.arrow" + } + ], + "_fingerprint": "4df0f06af7ec12d2", + "_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/Datasets/Bacteria/01a66316-0e98-4d3b-a56f-d78752cd043f___FREC_Scab 3003.JPG b/raw/image_folders/auto/Datasets/Bacteria/01a66316-0e98-4d3b-a56f-d78752cd043f___FREC_Scab 3003.JPG index c33a49644d22e13a9915ea539e92ede5f65457ff..35f5772a06ba92c60c280ffef0bebd6ce7473389 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/01a66316-0e98-4d3b-a56f-d78752cd043f___FREC_Scab 3003.JPG and b/raw/image_folders/auto/Datasets/Bacteria/01a66316-0e98-4d3b-a56f-d78752cd043f___FREC_Scab 3003.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/01f3deaa-6143-4b6c-9c22-620a46d8be04___FREC_Scab 3112.JPG b/raw/image_folders/auto/Datasets/Bacteria/01f3deaa-6143-4b6c-9c22-620a46d8be04___FREC_Scab 3112.JPG index 1fa8e1cae869b242f0b51ae527d660023fa5e468..6f06399d7e36a2ccb7713041a3d27b5858ba87ec 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/01f3deaa-6143-4b6c-9c22-620a46d8be04___FREC_Scab 3112.JPG and b/raw/image_folders/auto/Datasets/Bacteria/01f3deaa-6143-4b6c-9c22-620a46d8be04___FREC_Scab 3112.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/03eccb1a-0368-4ac7-9f48-7546037b775a___FREC_Scab 3334.JPG b/raw/image_folders/auto/Datasets/Bacteria/03eccb1a-0368-4ac7-9f48-7546037b775a___FREC_Scab 3334.JPG index c18ef5a50cb4aab82f278cbeedbdb601982e6df4..13dd6381c20e09e43a43c686a1ea824b507e8aa2 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/03eccb1a-0368-4ac7-9f48-7546037b775a___FREC_Scab 3334.JPG and b/raw/image_folders/auto/Datasets/Bacteria/03eccb1a-0368-4ac7-9f48-7546037b775a___FREC_Scab 3334.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/0b170906-9436-4c0d-84c1-c396ad9d909b___FREC_Scab 3101.JPG b/raw/image_folders/auto/Datasets/Bacteria/0b170906-9436-4c0d-84c1-c396ad9d909b___FREC_Scab 3101.JPG index 4fbf390bf5b1a1413b40f7fb0b0e64b6a2f5acab..03dd4ba86eaa00c0bd17b89e445daa234e957133 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/0b170906-9436-4c0d-84c1-c396ad9d909b___FREC_Scab 3101.JPG and b/raw/image_folders/auto/Datasets/Bacteria/0b170906-9436-4c0d-84c1-c396ad9d909b___FREC_Scab 3101.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/0b4a52e3-e15e-4117-b2e8-7cdb5dca3ce9___FREC_Scab 3137.JPG b/raw/image_folders/auto/Datasets/Bacteria/0b4a52e3-e15e-4117-b2e8-7cdb5dca3ce9___FREC_Scab 3137.JPG index 5dc5f5367e933e76ab0a842e6aca439faa9704c2..795ad2015eaf278c4bfe20eea3af8cba5b8cf64c 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/0b4a52e3-e15e-4117-b2e8-7cdb5dca3ce9___FREC_Scab 3137.JPG and b/raw/image_folders/auto/Datasets/Bacteria/0b4a52e3-e15e-4117-b2e8-7cdb5dca3ce9___FREC_Scab 3137.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/0c620ec5-11cf-4120-94ab-1311e99df147___FREC_Scab 3131.JPG b/raw/image_folders/auto/Datasets/Bacteria/0c620ec5-11cf-4120-94ab-1311e99df147___FREC_Scab 3131.JPG index ff938887daa92acbd1c7d679a1277a1dc2c8a03a..76292ae679b0573f2178ab711da02bea3f37bd25 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/0c620ec5-11cf-4120-94ab-1311e99df147___FREC_Scab 3131.JPG and b/raw/image_folders/auto/Datasets/Bacteria/0c620ec5-11cf-4120-94ab-1311e99df147___FREC_Scab 3131.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/0cbfa4fa-63d8-43ce-9385-ff140e524b69___FREC_Scab 3164.JPG b/raw/image_folders/auto/Datasets/Bacteria/0cbfa4fa-63d8-43ce-9385-ff140e524b69___FREC_Scab 3164.JPG index 631041bc2a5a1e8ece28d037f250c4aa50236629..66c0bc05c5d0aa58857811c572f6b85a0274c320 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/0cbfa4fa-63d8-43ce-9385-ff140e524b69___FREC_Scab 3164.JPG and b/raw/image_folders/auto/Datasets/Bacteria/0cbfa4fa-63d8-43ce-9385-ff140e524b69___FREC_Scab 3164.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/0d3c0790-7833-470b-ac6e-94d0a3bf3e7c___FREC_Scab 2959.JPG b/raw/image_folders/auto/Datasets/Bacteria/0d3c0790-7833-470b-ac6e-94d0a3bf3e7c___FREC_Scab 2959.JPG index 374daf057b964a16059ca8d0c72c60aa34c388f5..f415b1f86ce20e647879d60d277f14d6497817db 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/0d3c0790-7833-470b-ac6e-94d0a3bf3e7c___FREC_Scab 2959.JPG and b/raw/image_folders/auto/Datasets/Bacteria/0d3c0790-7833-470b-ac6e-94d0a3bf3e7c___FREC_Scab 2959.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/0d8d5b80-962d-4381-8d3b-9eca3f2f1bb0___FREC_Scab 3449.JPG b/raw/image_folders/auto/Datasets/Bacteria/0d8d5b80-962d-4381-8d3b-9eca3f2f1bb0___FREC_Scab 3449.JPG index 6b310dc6622e16b23d3fcaa7ea76b228935d7bc0..c18ea18bc7a19dafabfba5cc0e2732be542f5591 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/0d8d5b80-962d-4381-8d3b-9eca3f2f1bb0___FREC_Scab 3449.JPG and b/raw/image_folders/auto/Datasets/Bacteria/0d8d5b80-962d-4381-8d3b-9eca3f2f1bb0___FREC_Scab 3449.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/0db71c1d-93d7-4481-b0d0-b73f995131a9___FREC_Scab 2976.JPG b/raw/image_folders/auto/Datasets/Bacteria/0db71c1d-93d7-4481-b0d0-b73f995131a9___FREC_Scab 2976.JPG index cfa93c55f502f39a2d840dc223e56591b81b56ff..700073068e6c4be430957c1a39b745bfcaa2e45f 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/0db71c1d-93d7-4481-b0d0-b73f995131a9___FREC_Scab 2976.JPG and b/raw/image_folders/auto/Datasets/Bacteria/0db71c1d-93d7-4481-b0d0-b73f995131a9___FREC_Scab 2976.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/0e90fe4a-e8b6-4186-9429-a9fea180af9a___FREC_Scab 3391.JPG b/raw/image_folders/auto/Datasets/Bacteria/0e90fe4a-e8b6-4186-9429-a9fea180af9a___FREC_Scab 3391.JPG index ba47b9fa751b5490d396e14167c4159dc5f727fd..5a562f767bfb7237a6a2b1b5ce9c78bd2ecc97f5 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/0e90fe4a-e8b6-4186-9429-a9fea180af9a___FREC_Scab 3391.JPG and b/raw/image_folders/auto/Datasets/Bacteria/0e90fe4a-e8b6-4186-9429-a9fea180af9a___FREC_Scab 3391.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/0ea78733-9404-4536-8793-a108c66269b3___FREC_Scab 3145.JPG b/raw/image_folders/auto/Datasets/Bacteria/0ea78733-9404-4536-8793-a108c66269b3___FREC_Scab 3145.JPG index 0ad8fc06b966c604625bb7a2888c91fccf58e116..a2dca29f5a7e07991967b61602c60904ed22a3e8 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/0ea78733-9404-4536-8793-a108c66269b3___FREC_Scab 3145.JPG and b/raw/image_folders/auto/Datasets/Bacteria/0ea78733-9404-4536-8793-a108c66269b3___FREC_Scab 3145.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/1a21aabb-6f74-4644-8d9e-a517568b7e9c___FREC_Scab 3095.JPG b/raw/image_folders/auto/Datasets/Bacteria/1a21aabb-6f74-4644-8d9e-a517568b7e9c___FREC_Scab 3095.JPG index 742219cf70039a5f6b67f77e73b46b20cd953129..1fd5e85b5c5b2c84ab89d3248863184ae3907659 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/1a21aabb-6f74-4644-8d9e-a517568b7e9c___FREC_Scab 3095.JPG and b/raw/image_folders/auto/Datasets/Bacteria/1a21aabb-6f74-4644-8d9e-a517568b7e9c___FREC_Scab 3095.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/1a304331-98b5-473f-bbb1-c33b8441052a___FREC_Scab 3296.JPG b/raw/image_folders/auto/Datasets/Bacteria/1a304331-98b5-473f-bbb1-c33b8441052a___FREC_Scab 3296.JPG index e93e4a5f7a957107bb27beb8343a6e979ce4a807..415e48d1f891a78667224e80ea6fd447d0ae3add 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/1a304331-98b5-473f-bbb1-c33b8441052a___FREC_Scab 3296.JPG and b/raw/image_folders/auto/Datasets/Bacteria/1a304331-98b5-473f-bbb1-c33b8441052a___FREC_Scab 3296.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/1a4047d7-23d6-4bba-ba10-b6e7005ea01b___FREC_Scab 3193.JPG b/raw/image_folders/auto/Datasets/Bacteria/1a4047d7-23d6-4bba-ba10-b6e7005ea01b___FREC_Scab 3193.JPG index fba98805f131aac58d31dc26f112d36e062f86d2..3394a62f235242cca231801142630ffd2df7d40f 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/1a4047d7-23d6-4bba-ba10-b6e7005ea01b___FREC_Scab 3193.JPG and b/raw/image_folders/auto/Datasets/Bacteria/1a4047d7-23d6-4bba-ba10-b6e7005ea01b___FREC_Scab 3193.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/1a41bab0-45e0-4dda-a798-9bf4a998f1b6___FREC_Scab 3450.JPG b/raw/image_folders/auto/Datasets/Bacteria/1a41bab0-45e0-4dda-a798-9bf4a998f1b6___FREC_Scab 3450.JPG index 9edd66ecdede8cc57563f6f70ed2d826a07d872c..8e1d2925aa381d4df5a8c494e56aa8fb6ec3eb55 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/1a41bab0-45e0-4dda-a798-9bf4a998f1b6___FREC_Scab 3450.JPG and b/raw/image_folders/auto/Datasets/Bacteria/1a41bab0-45e0-4dda-a798-9bf4a998f1b6___FREC_Scab 3450.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/1b1004c8-99e9-4c85-8fe5-b1c11d558cf8___FREC_Scab 3300.JPG b/raw/image_folders/auto/Datasets/Bacteria/1b1004c8-99e9-4c85-8fe5-b1c11d558cf8___FREC_Scab 3300.JPG index 1bc3cef05f928fe539297936b3a610779360322a..963cb45ce191bb74ed4f68731bea16c31733f74b 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/1b1004c8-99e9-4c85-8fe5-b1c11d558cf8___FREC_Scab 3300.JPG and b/raw/image_folders/auto/Datasets/Bacteria/1b1004c8-99e9-4c85-8fe5-b1c11d558cf8___FREC_Scab 3300.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/1bc60205-27cc-4d10-bc87-7e968573e5d5___FREC_Scab 3531.JPG b/raw/image_folders/auto/Datasets/Bacteria/1bc60205-27cc-4d10-bc87-7e968573e5d5___FREC_Scab 3531.JPG index 9e590e8b6ceee2b1aa4ebe100c876179a1f21b16..4fa22c309c75026af4556862607c9971afd976c3 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/1bc60205-27cc-4d10-bc87-7e968573e5d5___FREC_Scab 3531.JPG and b/raw/image_folders/auto/Datasets/Bacteria/1bc60205-27cc-4d10-bc87-7e968573e5d5___FREC_Scab 3531.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/1bcc3b5d-7e00-43fb-983e-95ae271a715b___FREC_Scab 3061.JPG b/raw/image_folders/auto/Datasets/Bacteria/1bcc3b5d-7e00-43fb-983e-95ae271a715b___FREC_Scab 3061.JPG index 80a70c4af0c6853171d72d9a54da70aeb406bef0..034cf88881cc44c75a7d93b4dc4988cdfb089ea0 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/1bcc3b5d-7e00-43fb-983e-95ae271a715b___FREC_Scab 3061.JPG and b/raw/image_folders/auto/Datasets/Bacteria/1bcc3b5d-7e00-43fb-983e-95ae271a715b___FREC_Scab 3061.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/1c10ab31-02b9-4008-b66f-9b44d8a9d323___FREC_Scab 3084.JPG b/raw/image_folders/auto/Datasets/Bacteria/1c10ab31-02b9-4008-b66f-9b44d8a9d323___FREC_Scab 3084.JPG index 0a1fc73eb59ab3a2df105572a00f51bbde95ff38..5c26dcf389355657f9b9d099de9bdb623dff88ca 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/1c10ab31-02b9-4008-b66f-9b44d8a9d323___FREC_Scab 3084.JPG and b/raw/image_folders/auto/Datasets/Bacteria/1c10ab31-02b9-4008-b66f-9b44d8a9d323___FREC_Scab 3084.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/1cb869ea-0a4c-47d7-9def-a88c16b72ddc___FREC_Scab 3350.JPG b/raw/image_folders/auto/Datasets/Bacteria/1cb869ea-0a4c-47d7-9def-a88c16b72ddc___FREC_Scab 3350.JPG index 24d8ae672147e56612065230373ea0e9274d7a80..f3e38c189b4b4b2ef289f0b2590dbc0fc171057f 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/1cb869ea-0a4c-47d7-9def-a88c16b72ddc___FREC_Scab 3350.JPG and b/raw/image_folders/auto/Datasets/Bacteria/1cb869ea-0a4c-47d7-9def-a88c16b72ddc___FREC_Scab 3350.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/1cdf2779-8cb1-4ae4-be70-b0eeb1abb0f8___FREC_Scab 3370.JPG b/raw/image_folders/auto/Datasets/Bacteria/1cdf2779-8cb1-4ae4-be70-b0eeb1abb0f8___FREC_Scab 3370.JPG index d65ef5d822d8d63140d4db2cc361454e9f8734cf..59d804cb6ca195d43973e34c4774d63a13104b00 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/1cdf2779-8cb1-4ae4-be70-b0eeb1abb0f8___FREC_Scab 3370.JPG and b/raw/image_folders/auto/Datasets/Bacteria/1cdf2779-8cb1-4ae4-be70-b0eeb1abb0f8___FREC_Scab 3370.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/1ceeeee0-40bd-4ac9-8a57-59385bf5df8a___FREC_Scab 3001.JPG b/raw/image_folders/auto/Datasets/Bacteria/1ceeeee0-40bd-4ac9-8a57-59385bf5df8a___FREC_Scab 3001.JPG index 8a002c8604d228fe838848ea0fcb69f4f69fcca6..82f1975de56711df5a5eef5bdad18adde79d963d 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/1ceeeee0-40bd-4ac9-8a57-59385bf5df8a___FREC_Scab 3001.JPG and b/raw/image_folders/auto/Datasets/Bacteria/1ceeeee0-40bd-4ac9-8a57-59385bf5df8a___FREC_Scab 3001.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/1d81b4c1-072d-4cf7-b1ca-ce43f59822d8___FREC_Scab 3406.JPG b/raw/image_folders/auto/Datasets/Bacteria/1d81b4c1-072d-4cf7-b1ca-ce43f59822d8___FREC_Scab 3406.JPG index 93ab7052b8e1742407845cace281ceef9792846b..3556ab08d1cb1698aa3c09a6003820fa846b86f5 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/1d81b4c1-072d-4cf7-b1ca-ce43f59822d8___FREC_Scab 3406.JPG and b/raw/image_folders/auto/Datasets/Bacteria/1d81b4c1-072d-4cf7-b1ca-ce43f59822d8___FREC_Scab 3406.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/1d9d67e2-5603-4710-ae2b-6cb0b922ae61___FREC_Scab 3122.JPG b/raw/image_folders/auto/Datasets/Bacteria/1d9d67e2-5603-4710-ae2b-6cb0b922ae61___FREC_Scab 3122.JPG index 74e8ef4815d923b42081a0020954d63877dcf628..8af6e286840f3e5fdec0050af17981d0c055a155 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/1d9d67e2-5603-4710-ae2b-6cb0b922ae61___FREC_Scab 3122.JPG and b/raw/image_folders/auto/Datasets/Bacteria/1d9d67e2-5603-4710-ae2b-6cb0b922ae61___FREC_Scab 3122.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/1f6abf22-93fa-48f0-a509-cc3e210f75f0___FREC_Scab 3172.JPG b/raw/image_folders/auto/Datasets/Bacteria/1f6abf22-93fa-48f0-a509-cc3e210f75f0___FREC_Scab 3172.JPG index 753169cfb8b4753449390d196066ea9e5da379fd..f6592f4c42fd5017b9fb9cb2bacb29a996fee571 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/1f6abf22-93fa-48f0-a509-cc3e210f75f0___FREC_Scab 3172.JPG and b/raw/image_folders/auto/Datasets/Bacteria/1f6abf22-93fa-48f0-a509-cc3e210f75f0___FREC_Scab 3172.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/1f97d75c-db85-4344-8687-82ca56454d17___FREC_Scab 3408.JPG b/raw/image_folders/auto/Datasets/Bacteria/1f97d75c-db85-4344-8687-82ca56454d17___FREC_Scab 3408.JPG index 739c795dc7be0abcdfe1bd3ffed3c5b9d2d63679..9474ccad3b77b401b6b0ce39626d89b3d2654a40 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/1f97d75c-db85-4344-8687-82ca56454d17___FREC_Scab 3408.JPG and b/raw/image_folders/auto/Datasets/Bacteria/1f97d75c-db85-4344-8687-82ca56454d17___FREC_Scab 3408.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/1f98b949-4df2-45cf-8572-3b4a753be21a___FREC_Scab 2907.JPG b/raw/image_folders/auto/Datasets/Bacteria/1f98b949-4df2-45cf-8572-3b4a753be21a___FREC_Scab 2907.JPG index ee6c2096b63b0ce575ee368a211f77f43df993bd..a5fe6f8df64e69e115e75a84089035c4f026e854 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/1f98b949-4df2-45cf-8572-3b4a753be21a___FREC_Scab 2907.JPG and b/raw/image_folders/auto/Datasets/Bacteria/1f98b949-4df2-45cf-8572-3b4a753be21a___FREC_Scab 2907.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/2a59761b-c91c-451c-8e13-d9dc3aff8d29___FREC_Scab 3503.JPG b/raw/image_folders/auto/Datasets/Bacteria/2a59761b-c91c-451c-8e13-d9dc3aff8d29___FREC_Scab 3503.JPG index 90f79e1f5176dc72bec2e18009630fa50e59939c..329cfddce0376f1cd1d330f10dd4b1177eeb3792 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/2a59761b-c91c-451c-8e13-d9dc3aff8d29___FREC_Scab 3503.JPG and b/raw/image_folders/auto/Datasets/Bacteria/2a59761b-c91c-451c-8e13-d9dc3aff8d29___FREC_Scab 3503.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/2a800c84-902e-4aa8-af13-4e020d6f17dd___FREC_Scab 3124.JPG b/raw/image_folders/auto/Datasets/Bacteria/2a800c84-902e-4aa8-af13-4e020d6f17dd___FREC_Scab 3124.JPG index 64c9ad4c8a95c8b7b5ef4873d5cc3a0a1f69d672..66e5727d2310a96a5348c4213696e130587c3ccb 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/2a800c84-902e-4aa8-af13-4e020d6f17dd___FREC_Scab 3124.JPG and b/raw/image_folders/auto/Datasets/Bacteria/2a800c84-902e-4aa8-af13-4e020d6f17dd___FREC_Scab 3124.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/2a97b29d-8a63-47ab-bd5b-c14832a586c8___FREC_Scab 3242.JPG b/raw/image_folders/auto/Datasets/Bacteria/2a97b29d-8a63-47ab-bd5b-c14832a586c8___FREC_Scab 3242.JPG index a1785c5c3e8f9de2717c424a93803c481b0aeba6..86c26cddc99b8372c4d06dd6467cc32794815e11 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/2a97b29d-8a63-47ab-bd5b-c14832a586c8___FREC_Scab 3242.JPG and b/raw/image_folders/auto/Datasets/Bacteria/2a97b29d-8a63-47ab-bd5b-c14832a586c8___FREC_Scab 3242.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/2ae81857-0615-4a6a-8d13-1ace0c62284d___FREC_Scab 2992.JPG b/raw/image_folders/auto/Datasets/Bacteria/2ae81857-0615-4a6a-8d13-1ace0c62284d___FREC_Scab 2992.JPG index 5e6fea5f14e88d23d70f36509adb50665f1a3ac2..f753d9689f37b49925faa23daae29f07102792df 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/2ae81857-0615-4a6a-8d13-1ace0c62284d___FREC_Scab 2992.JPG and b/raw/image_folders/auto/Datasets/Bacteria/2ae81857-0615-4a6a-8d13-1ace0c62284d___FREC_Scab 2992.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/2bc018ba-3c49-4cf4-9411-a93b7b196f45___FREC_Scab 3326.JPG b/raw/image_folders/auto/Datasets/Bacteria/2bc018ba-3c49-4cf4-9411-a93b7b196f45___FREC_Scab 3326.JPG index 23f88dfc99e0ce3c0e559e23638b5e2564d317c2..6c22a0438ba17a0a2de1cdd43da7c69a386a6264 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/2bc018ba-3c49-4cf4-9411-a93b7b196f45___FREC_Scab 3326.JPG and b/raw/image_folders/auto/Datasets/Bacteria/2bc018ba-3c49-4cf4-9411-a93b7b196f45___FREC_Scab 3326.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/2bc50b52-0d7d-41a3-be8a-8d070341d87f___FREC_Scab 3476.JPG b/raw/image_folders/auto/Datasets/Bacteria/2bc50b52-0d7d-41a3-be8a-8d070341d87f___FREC_Scab 3476.JPG index 902f3816595987024b61c98217a0c011ca933340..399b4fd93b7b100c0eafbe0d2238b976d1bcc66c 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/2bc50b52-0d7d-41a3-be8a-8d070341d87f___FREC_Scab 3476.JPG and b/raw/image_folders/auto/Datasets/Bacteria/2bc50b52-0d7d-41a3-be8a-8d070341d87f___FREC_Scab 3476.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/2bfd8ee0-af6b-42fd-ae61-fc5e92ec1b67___FREC_Scab 2988.JPG b/raw/image_folders/auto/Datasets/Bacteria/2bfd8ee0-af6b-42fd-ae61-fc5e92ec1b67___FREC_Scab 2988.JPG index 7eaa1fdf29bf754423f922eac9f9c4b0780ce772..52ef137880ba8f619559199a9e44593b7b6d92e0 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/2bfd8ee0-af6b-42fd-ae61-fc5e92ec1b67___FREC_Scab 2988.JPG and b/raw/image_folders/auto/Datasets/Bacteria/2bfd8ee0-af6b-42fd-ae61-fc5e92ec1b67___FREC_Scab 2988.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/2c648fcd-d637-4559-beaa-9dd6079646fb___FREC_Scab 3213.JPG b/raw/image_folders/auto/Datasets/Bacteria/2c648fcd-d637-4559-beaa-9dd6079646fb___FREC_Scab 3213.JPG index f8ae53828ba9c9259ab89e099fda9eed3a6d1fda..75b8f5bf8e952884b46b15bc3c23c2e40b96becc 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/2c648fcd-d637-4559-beaa-9dd6079646fb___FREC_Scab 3213.JPG and b/raw/image_folders/auto/Datasets/Bacteria/2c648fcd-d637-4559-beaa-9dd6079646fb___FREC_Scab 3213.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/2c7ca7c8-1a6c-4811-b9b0-b054c11a5397___FREC_Scab 3260.JPG b/raw/image_folders/auto/Datasets/Bacteria/2c7ca7c8-1a6c-4811-b9b0-b054c11a5397___FREC_Scab 3260.JPG index 579f8c14f870d7203c56bcef37886d215e775d2b..06f9b7c4d0a8ea5214f74628a4cbcee9eb2ef599 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/2c7ca7c8-1a6c-4811-b9b0-b054c11a5397___FREC_Scab 3260.JPG and b/raw/image_folders/auto/Datasets/Bacteria/2c7ca7c8-1a6c-4811-b9b0-b054c11a5397___FREC_Scab 3260.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/2c89ceaf-748c-4371-80d0-d01855f04a92___FREC_Scab 2962.JPG b/raw/image_folders/auto/Datasets/Bacteria/2c89ceaf-748c-4371-80d0-d01855f04a92___FREC_Scab 2962.JPG index 3e24ba8b816c433be0fbc76f949e2ac7c2999552..6d8f9aa47a3c50d176c2b425b24cb481f14b6491 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/2c89ceaf-748c-4371-80d0-d01855f04a92___FREC_Scab 2962.JPG and b/raw/image_folders/auto/Datasets/Bacteria/2c89ceaf-748c-4371-80d0-d01855f04a92___FREC_Scab 2962.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/2d329823-7ad5-4189-89b7-4bdf24f9c393___FREC_Scab 3507.JPG b/raw/image_folders/auto/Datasets/Bacteria/2d329823-7ad5-4189-89b7-4bdf24f9c393___FREC_Scab 3507.JPG index 3050f7ad435322c7a8ca439548f74653e46c7046..dce611c065f8d9bd0f58c17521f630e98cbc6887 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/2d329823-7ad5-4189-89b7-4bdf24f9c393___FREC_Scab 3507.JPG and b/raw/image_folders/auto/Datasets/Bacteria/2d329823-7ad5-4189-89b7-4bdf24f9c393___FREC_Scab 3507.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/2d4c8a12-a34c-4c8b-b357-271d87532ece___FREC_Scab 3090.JPG b/raw/image_folders/auto/Datasets/Bacteria/2d4c8a12-a34c-4c8b-b357-271d87532ece___FREC_Scab 3090.JPG index b53c42c19cd70bcef667e8ad804315beceac6195..19c7a3950a0e3bf6af729f10d8365cb7810e2fe9 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/2d4c8a12-a34c-4c8b-b357-271d87532ece___FREC_Scab 3090.JPG and b/raw/image_folders/auto/Datasets/Bacteria/2d4c8a12-a34c-4c8b-b357-271d87532ece___FREC_Scab 3090.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/2d5265d2-be99-4e9f-a085-d309cc01b751___FREC_Scab 3023.JPG b/raw/image_folders/auto/Datasets/Bacteria/2d5265d2-be99-4e9f-a085-d309cc01b751___FREC_Scab 3023.JPG index edcd292ae2b30d2877b47ed279f574e8c7c57e5e..59cd5aec2f5bab423855d7ced483f880b6ac3288 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/2d5265d2-be99-4e9f-a085-d309cc01b751___FREC_Scab 3023.JPG and b/raw/image_folders/auto/Datasets/Bacteria/2d5265d2-be99-4e9f-a085-d309cc01b751___FREC_Scab 3023.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/2dd8b8f8-46b0-4bc6-b817-ea7163f4b28b___FREC_Scab 3473.JPG b/raw/image_folders/auto/Datasets/Bacteria/2dd8b8f8-46b0-4bc6-b817-ea7163f4b28b___FREC_Scab 3473.JPG index 169b443c16d6aefd05d9447fa2665f5d895d7182..a32e7d209e5dd1b5f30472f835a3f82a36da14d8 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/2dd8b8f8-46b0-4bc6-b817-ea7163f4b28b___FREC_Scab 3473.JPG and b/raw/image_folders/auto/Datasets/Bacteria/2dd8b8f8-46b0-4bc6-b817-ea7163f4b28b___FREC_Scab 3473.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/2e264ee0-7679-4ad2-a19a-1ac4d2e84079___FREC_Scab 2984.JPG b/raw/image_folders/auto/Datasets/Bacteria/2e264ee0-7679-4ad2-a19a-1ac4d2e84079___FREC_Scab 2984.JPG index 6848d9c65cc19397a583ce1e9f33e7432f2c515f..184655e5006f4588d4432e042d967b19ed47b6c0 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/2e264ee0-7679-4ad2-a19a-1ac4d2e84079___FREC_Scab 2984.JPG and b/raw/image_folders/auto/Datasets/Bacteria/2e264ee0-7679-4ad2-a19a-1ac4d2e84079___FREC_Scab 2984.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/2f1e68c0-c059-46fd-bbf3-f160817abdc3___FREC_Scab 3535.JPG b/raw/image_folders/auto/Datasets/Bacteria/2f1e68c0-c059-46fd-bbf3-f160817abdc3___FREC_Scab 3535.JPG index 034b1b6dcfb0ad8e0a0f6e2c20f4b91d2d140c8f..ced7c181143020a29a9f05fab6b954d5348395d3 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/2f1e68c0-c059-46fd-bbf3-f160817abdc3___FREC_Scab 3535.JPG and b/raw/image_folders/auto/Datasets/Bacteria/2f1e68c0-c059-46fd-bbf3-f160817abdc3___FREC_Scab 3535.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/2f668a95-80ab-40ac-98ef-657bd85b668b___FREC_Scab 3247.JPG b/raw/image_folders/auto/Datasets/Bacteria/2f668a95-80ab-40ac-98ef-657bd85b668b___FREC_Scab 3247.JPG index 382186d7b980d08bf1f83e167d204fa737e9f1f8..79c674d9a7bc5ba8632158e6119b97fcfa443e5c 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/2f668a95-80ab-40ac-98ef-657bd85b668b___FREC_Scab 3247.JPG and b/raw/image_folders/auto/Datasets/Bacteria/2f668a95-80ab-40ac-98ef-657bd85b668b___FREC_Scab 3247.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/3bf2f5f8-4578-405a-88c6-c5338620a078___FREC_Scab 3059.JPG b/raw/image_folders/auto/Datasets/Bacteria/3bf2f5f8-4578-405a-88c6-c5338620a078___FREC_Scab 3059.JPG index d3c94876727dc438ca590b04b343913ad035ae15..55a57d6d14f105704fee1c1e5db60fc337c10e9e 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/3bf2f5f8-4578-405a-88c6-c5338620a078___FREC_Scab 3059.JPG and b/raw/image_folders/auto/Datasets/Bacteria/3bf2f5f8-4578-405a-88c6-c5338620a078___FREC_Scab 3059.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/3c27bbd7-b305-4ab0-8a85-5061363cf632___FREC_Scab 3183.JPG b/raw/image_folders/auto/Datasets/Bacteria/3c27bbd7-b305-4ab0-8a85-5061363cf632___FREC_Scab 3183.JPG index 677fb86958d708aebe22cea41ff5345ae457b693..b3957f828878476501d17514a20fdbde0910f96e 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/3c27bbd7-b305-4ab0-8a85-5061363cf632___FREC_Scab 3183.JPG and b/raw/image_folders/auto/Datasets/Bacteria/3c27bbd7-b305-4ab0-8a85-5061363cf632___FREC_Scab 3183.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/3c2f46e3-9f96-4912-a9d5-7a046aa6a1b2___FREC_Scab 2967.JPG b/raw/image_folders/auto/Datasets/Bacteria/3c2f46e3-9f96-4912-a9d5-7a046aa6a1b2___FREC_Scab 2967.JPG index e6d30f6955c5f1cb48e97fee54f91f5f53a89c0e..9cbfc9339519fc2400ba208e39bfeebff0605551 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/3c2f46e3-9f96-4912-a9d5-7a046aa6a1b2___FREC_Scab 2967.JPG and b/raw/image_folders/auto/Datasets/Bacteria/3c2f46e3-9f96-4912-a9d5-7a046aa6a1b2___FREC_Scab 2967.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/3d34bd1c-fae9-446a-a629-147b5e8d5d6b___FREC_Scab 3103.JPG b/raw/image_folders/auto/Datasets/Bacteria/3d34bd1c-fae9-446a-a629-147b5e8d5d6b___FREC_Scab 3103.JPG index 99ba0086571932b9d853d54174c29fdb15015030..3905c3f385538c3d2cd24bc4d4fb4401ec65b95f 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/3d34bd1c-fae9-446a-a629-147b5e8d5d6b___FREC_Scab 3103.JPG and b/raw/image_folders/auto/Datasets/Bacteria/3d34bd1c-fae9-446a-a629-147b5e8d5d6b___FREC_Scab 3103.JPG differ diff --git a/raw/image_folders/auto/Datasets/Bacteria/3dd3d59c-be2a-4f29-8fa1-d4f37d7fb894___FREC_Scab 3412.JPG b/raw/image_folders/auto/Datasets/Bacteria/3dd3d59c-be2a-4f29-8fa1-d4f37d7fb894___FREC_Scab 3412.JPG index 5d9862e9bbdb88e70d0fe973962483db4452594a..38ee98da27757dfc0e7b7f61526d16fceaeb8f01 100644 Binary files a/raw/image_folders/auto/Datasets/Bacteria/3dd3d59c-be2a-4f29-8fa1-d4f37d7fb894___FREC_Scab 3412.JPG and b/raw/image_folders/auto/Datasets/Bacteria/3dd3d59c-be2a-4f29-8fa1-d4f37d7fb894___FREC_Scab 3412.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/00e909aa-e3ae-4558-9961-336bb0f35db3___JR_FrgE.S 8593.JPG b/raw/image_folders/auto/Datasets/Fungi/00e909aa-e3ae-4558-9961-336bb0f35db3___JR_FrgE.S 8593.JPG index 2aa532cb4939fcfa631c1d239dee020d6c03956b..bd38fb91da9c020652f1539f67341543bb8f9c96 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/00e909aa-e3ae-4558-9961-336bb0f35db3___JR_FrgE.S 8593.JPG and b/raw/image_folders/auto/Datasets/Fungi/00e909aa-e3ae-4558-9961-336bb0f35db3___JR_FrgE.S 8593.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/01e94c43-0879-4e8c-9b61-c48cfed88dab___JR_FrgE.S 3024.JPG b/raw/image_folders/auto/Datasets/Fungi/01e94c43-0879-4e8c-9b61-c48cfed88dab___JR_FrgE.S 3024.JPG index 15a4c516ff0f436914f85362231fa951d47e27c9..391f35f069d9fe037a0faa15d1a261c6620b0d59 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/01e94c43-0879-4e8c-9b61-c48cfed88dab___JR_FrgE.S 3024.JPG and b/raw/image_folders/auto/Datasets/Fungi/01e94c43-0879-4e8c-9b61-c48cfed88dab___JR_FrgE.S 3024.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/03fd7154-2e33-4fb6-999d-bfc3a3f467fe___JR_FrgE.S 8681.JPG b/raw/image_folders/auto/Datasets/Fungi/03fd7154-2e33-4fb6-999d-bfc3a3f467fe___JR_FrgE.S 8681.JPG index 62bc588304f8defaca5200fa4fb39cb856b7bcf0..55ea7a6a1095b1c939ee855a0c7df86e9bc0cc80 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/03fd7154-2e33-4fb6-999d-bfc3a3f467fe___JR_FrgE.S 8681.JPG and b/raw/image_folders/auto/Datasets/Fungi/03fd7154-2e33-4fb6-999d-bfc3a3f467fe___JR_FrgE.S 8681.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/0b37761a-de32-47ee-a3a4-e138b97ef542___JR_FrgE.S 2908.JPG b/raw/image_folders/auto/Datasets/Fungi/0b37761a-de32-47ee-a3a4-e138b97ef542___JR_FrgE.S 2908.JPG index 8c778ddd6f8bc4a45ed249b5cbe58484e759eef7..90f2a2fe06e1c6a111fa6ea64ed02622be354f49 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/0b37761a-de32-47ee-a3a4-e138b97ef542___JR_FrgE.S 2908.JPG and b/raw/image_folders/auto/Datasets/Fungi/0b37761a-de32-47ee-a3a4-e138b97ef542___JR_FrgE.S 2908.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/0b8dabb7-5f1b-4fdc-b3fa-30b289707b90___JR_FrgE.S 3047.JPG b/raw/image_folders/auto/Datasets/Fungi/0b8dabb7-5f1b-4fdc-b3fa-30b289707b90___JR_FrgE.S 3047.JPG index 02349bfec356c141c927282431912e4bd14b52ed..592ce627b3c47a1fcb45cf2f801f82cacd021872 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/0b8dabb7-5f1b-4fdc-b3fa-30b289707b90___JR_FrgE.S 3047.JPG and b/raw/image_folders/auto/Datasets/Fungi/0b8dabb7-5f1b-4fdc-b3fa-30b289707b90___JR_FrgE.S 3047.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/0bb8fb61-d561-43fd-89a3-d24d253adef9___JR_FrgE.S 2849.JPG b/raw/image_folders/auto/Datasets/Fungi/0bb8fb61-d561-43fd-89a3-d24d253adef9___JR_FrgE.S 2849.JPG index 8f18f868b566359c586d59051db2a02795af6271..7b987c70569cd102f636ba717bb5dddef0e6c45e 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/0bb8fb61-d561-43fd-89a3-d24d253adef9___JR_FrgE.S 2849.JPG and b/raw/image_folders/auto/Datasets/Fungi/0bb8fb61-d561-43fd-89a3-d24d253adef9___JR_FrgE.S 2849.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/0bc40cc3-6a85-480e-a22f-967a866a56a1___JR_FrgE.S 2784.JPG b/raw/image_folders/auto/Datasets/Fungi/0bc40cc3-6a85-480e-a22f-967a866a56a1___JR_FrgE.S 2784.JPG index 8a77f214ebaa0bd4fa1feccdb7d19d4a59ac8567..3489c998f62e473bd04bf871dc0a351ea02a8cc7 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/0bc40cc3-6a85-480e-a22f-967a866a56a1___JR_FrgE.S 2784.JPG and b/raw/image_folders/auto/Datasets/Fungi/0bc40cc3-6a85-480e-a22f-967a866a56a1___JR_FrgE.S 2784.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/0c7c7992-fb1c-444b-b226-69de186cea14___JR_FrgE.S 8627.JPG b/raw/image_folders/auto/Datasets/Fungi/0c7c7992-fb1c-444b-b226-69de186cea14___JR_FrgE.S 8627.JPG index ac331fb833789ef08c720136b3c5be731e11c8f1..9afe4698c3fac3aaa10ead3c5f598aa98f043b85 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/0c7c7992-fb1c-444b-b226-69de186cea14___JR_FrgE.S 8627.JPG and b/raw/image_folders/auto/Datasets/Fungi/0c7c7992-fb1c-444b-b226-69de186cea14___JR_FrgE.S 8627.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/0c8432e0-0484-470c-a774-7cce596b9e64___JR_FrgE.S 2841.JPG b/raw/image_folders/auto/Datasets/Fungi/0c8432e0-0484-470c-a774-7cce596b9e64___JR_FrgE.S 2841.JPG index 9d7ed5ecb0e18446cd6afeaabc298aaf946abe00..196a03c77c4af5af8c563143ac92a1e5d533eed5 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/0c8432e0-0484-470c-a774-7cce596b9e64___JR_FrgE.S 2841.JPG and b/raw/image_folders/auto/Datasets/Fungi/0c8432e0-0484-470c-a774-7cce596b9e64___JR_FrgE.S 2841.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/0ca16873-eeac-47e9-9a87-1859950daab7___JR_FrgE.S 2835.JPG b/raw/image_folders/auto/Datasets/Fungi/0ca16873-eeac-47e9-9a87-1859950daab7___JR_FrgE.S 2835.JPG index 4e0d5820815782257f9fed3152bc0abedbf5e16a..86212827064bec0bb6f7c02e72c781450803d491 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/0ca16873-eeac-47e9-9a87-1859950daab7___JR_FrgE.S 2835.JPG and b/raw/image_folders/auto/Datasets/Fungi/0ca16873-eeac-47e9-9a87-1859950daab7___JR_FrgE.S 2835.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/0cc47b2d-4a92-4bbd-af46-945165dd1960___JR_FrgE.S 8586.JPG b/raw/image_folders/auto/Datasets/Fungi/0cc47b2d-4a92-4bbd-af46-945165dd1960___JR_FrgE.S 8586.JPG index 7f674808db2ac0cf4827276afcfd94edb508128f..3d6cf8fc8c1b2e2660feeb537ed9271623643c59 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/0cc47b2d-4a92-4bbd-af46-945165dd1960___JR_FrgE.S 8586.JPG and b/raw/image_folders/auto/Datasets/Fungi/0cc47b2d-4a92-4bbd-af46-945165dd1960___JR_FrgE.S 8586.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/0ce8b939-3bdf-4078-8715-c0cb48afb078___JR_FrgE.S 2777.JPG b/raw/image_folders/auto/Datasets/Fungi/0ce8b939-3bdf-4078-8715-c0cb48afb078___JR_FrgE.S 2777.JPG index c76e807fd23de3ce74ce9b3cfc327f4d33535f2c..48d90803a245ca35a06fe49fd222d157fad2d632 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/0ce8b939-3bdf-4078-8715-c0cb48afb078___JR_FrgE.S 2777.JPG and b/raw/image_folders/auto/Datasets/Fungi/0ce8b939-3bdf-4078-8715-c0cb48afb078___JR_FrgE.S 2777.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/0cefbd12-c195-40cd-b2d1-be0f9ee550b4___JR_FrgE.S 8762.JPG b/raw/image_folders/auto/Datasets/Fungi/0cefbd12-c195-40cd-b2d1-be0f9ee550b4___JR_FrgE.S 8762.JPG index 3470e1a3a1590f3fa9288daa608fcc4843e64b96..fea385e400b17e5ed3c1397d1d5afae01acb31bd 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/0cefbd12-c195-40cd-b2d1-be0f9ee550b4___JR_FrgE.S 8762.JPG and b/raw/image_folders/auto/Datasets/Fungi/0cefbd12-c195-40cd-b2d1-be0f9ee550b4___JR_FrgE.S 8762.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/0d17b92b-8ec2-4a00-a8ff-9daea3fed2e8___JR_FrgE.S 2915.JPG b/raw/image_folders/auto/Datasets/Fungi/0d17b92b-8ec2-4a00-a8ff-9daea3fed2e8___JR_FrgE.S 2915.JPG index 08140b7b1c06b5b4fce41e525a41c34724c6b3f5..99767e9af20ba09141bf0803ab4cc1f185bba578 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/0d17b92b-8ec2-4a00-a8ff-9daea3fed2e8___JR_FrgE.S 2915.JPG and b/raw/image_folders/auto/Datasets/Fungi/0d17b92b-8ec2-4a00-a8ff-9daea3fed2e8___JR_FrgE.S 2915.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/0e84adc9-3e97-48e2-b1fd-7d04f9e92cb0___JR_FrgE.S 2949.JPG b/raw/image_folders/auto/Datasets/Fungi/0e84adc9-3e97-48e2-b1fd-7d04f9e92cb0___JR_FrgE.S 2949.JPG index 0ea0e9efe00e5c7d7049fc532875e09cc848fc6c..140adf7fe5b048216dfa470b7d3b4be840793a6b 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/0e84adc9-3e97-48e2-b1fd-7d04f9e92cb0___JR_FrgE.S 2949.JPG and b/raw/image_folders/auto/Datasets/Fungi/0e84adc9-3e97-48e2-b1fd-7d04f9e92cb0___JR_FrgE.S 2949.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/0ebea6f4-08e4-4380-86f8-34d854697e32___JR_FrgE.S 2877.JPG b/raw/image_folders/auto/Datasets/Fungi/0ebea6f4-08e4-4380-86f8-34d854697e32___JR_FrgE.S 2877.JPG index 251cebc565c1287eba839032be3a5922e1b1cb60..c3094c9e6759ecfcd10e1121e9b9dff1e737fdf7 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/0ebea6f4-08e4-4380-86f8-34d854697e32___JR_FrgE.S 2877.JPG and b/raw/image_folders/auto/Datasets/Fungi/0ebea6f4-08e4-4380-86f8-34d854697e32___JR_FrgE.S 2877.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/0f3d45f4-e121-42cd-a5b6-be2f866a0574___JR_FrgE.S 2870.JPG b/raw/image_folders/auto/Datasets/Fungi/0f3d45f4-e121-42cd-a5b6-be2f866a0574___JR_FrgE.S 2870.JPG index d72a3144259c8d7a196e8f9230429afcee3486aa..057e56b8e910e5aff00440047a366193499cae9a 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/0f3d45f4-e121-42cd-a5b6-be2f866a0574___JR_FrgE.S 2870.JPG and b/raw/image_folders/auto/Datasets/Fungi/0f3d45f4-e121-42cd-a5b6-be2f866a0574___JR_FrgE.S 2870.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1a4e1884-ab1a-4fe9-afe2-610ae9aa1162___JR_FrgE.S 2826.JPG b/raw/image_folders/auto/Datasets/Fungi/1a4e1884-ab1a-4fe9-afe2-610ae9aa1162___JR_FrgE.S 2826.JPG index f7d81d8fcedb236b6901ebd4aadc6d1b3ffafbc1..cac6e002f91a82a023aa3beea615f8c55360c031 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1a4e1884-ab1a-4fe9-afe2-610ae9aa1162___JR_FrgE.S 2826.JPG and b/raw/image_folders/auto/Datasets/Fungi/1a4e1884-ab1a-4fe9-afe2-610ae9aa1162___JR_FrgE.S 2826.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1a899717-5445-4d2b-8035-91bc47780504___JR_FrgE.S 8806.JPG b/raw/image_folders/auto/Datasets/Fungi/1a899717-5445-4d2b-8035-91bc47780504___JR_FrgE.S 8806.JPG index 1f2e8adf6e6587b8327663b164b73b567ef2b6dd..7556a18d59efc361a6406702f0ed1475ca54243d 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1a899717-5445-4d2b-8035-91bc47780504___JR_FrgE.S 8806.JPG and b/raw/image_folders/auto/Datasets/Fungi/1a899717-5445-4d2b-8035-91bc47780504___JR_FrgE.S 8806.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1a9e869f-62b0-4588-998a-30e0d62bef59___JR_FrgE.S 2876.JPG b/raw/image_folders/auto/Datasets/Fungi/1a9e869f-62b0-4588-998a-30e0d62bef59___JR_FrgE.S 2876.JPG index 453286e3c8c97d91d416339825a85575758bb52d..32bde5d38a13ce5402f8f46d64f795c2cf789f61 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1a9e869f-62b0-4588-998a-30e0d62bef59___JR_FrgE.S 2876.JPG and b/raw/image_folders/auto/Datasets/Fungi/1a9e869f-62b0-4588-998a-30e0d62bef59___JR_FrgE.S 2876.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1a9f6dfb-fdf4-43b4-9fb4-b7a809b49b9d___JR_FrgE.S 2765.JPG b/raw/image_folders/auto/Datasets/Fungi/1a9f6dfb-fdf4-43b4-9fb4-b7a809b49b9d___JR_FrgE.S 2765.JPG index 51e767f02f16b4b33cd0dafed7af0510eb364b76..bef70ee30e58bbb90dd2521fdffa06cce997d80a 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1a9f6dfb-fdf4-43b4-9fb4-b7a809b49b9d___JR_FrgE.S 2765.JPG and b/raw/image_folders/auto/Datasets/Fungi/1a9f6dfb-fdf4-43b4-9fb4-b7a809b49b9d___JR_FrgE.S 2765.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1aa28af5-8270-467c-b496-ff415f0b58df___JR_FrgE.S 3010.JPG b/raw/image_folders/auto/Datasets/Fungi/1aa28af5-8270-467c-b496-ff415f0b58df___JR_FrgE.S 3010.JPG index 60f4ac77a15355906c91c939fb8378906e793d65..0f58abb6311b43a3308bde65e3d74da5975ffeed 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1aa28af5-8270-467c-b496-ff415f0b58df___JR_FrgE.S 3010.JPG and b/raw/image_folders/auto/Datasets/Fungi/1aa28af5-8270-467c-b496-ff415f0b58df___JR_FrgE.S 3010.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1b607e4f-ce59-4c0f-8e91-b529088926be___JR_FrgE.S 8788.JPG b/raw/image_folders/auto/Datasets/Fungi/1b607e4f-ce59-4c0f-8e91-b529088926be___JR_FrgE.S 8788.JPG index c47fef573d0cc9e1401dcbc844f228711489c812..11c463d2e4ff6ee5fef07870db2213e754e5503e 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1b607e4f-ce59-4c0f-8e91-b529088926be___JR_FrgE.S 8788.JPG and b/raw/image_folders/auto/Datasets/Fungi/1b607e4f-ce59-4c0f-8e91-b529088926be___JR_FrgE.S 8788.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1bb4d1d5-ca06-49b6-8f89-ed0d6c1d68af___JR_FrgE.S 8777.JPG b/raw/image_folders/auto/Datasets/Fungi/1bb4d1d5-ca06-49b6-8f89-ed0d6c1d68af___JR_FrgE.S 8777.JPG index 63d6318e89ad19cf7545ac10a393784cb0b83467..7401d3a160ff111b73f07c3daf4a26b261a0a8cc 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1bb4d1d5-ca06-49b6-8f89-ed0d6c1d68af___JR_FrgE.S 8777.JPG and b/raw/image_folders/auto/Datasets/Fungi/1bb4d1d5-ca06-49b6-8f89-ed0d6c1d68af___JR_FrgE.S 8777.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1c31a116-f51d-4f56-9c69-c26c5fe69f57___JR_FrgE.S 2844.JPG b/raw/image_folders/auto/Datasets/Fungi/1c31a116-f51d-4f56-9c69-c26c5fe69f57___JR_FrgE.S 2844.JPG index e9906f13b39c91483d8aad0d56403bf67eb152a4..4f8863a84df896ef8bfd6447e2c16f397b5cd8a9 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1c31a116-f51d-4f56-9c69-c26c5fe69f57___JR_FrgE.S 2844.JPG and b/raw/image_folders/auto/Datasets/Fungi/1c31a116-f51d-4f56-9c69-c26c5fe69f57___JR_FrgE.S 2844.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1c4c2235-2c28-438e-8fa9-505b5d3004a0___JR_FrgE.S 8720.JPG b/raw/image_folders/auto/Datasets/Fungi/1c4c2235-2c28-438e-8fa9-505b5d3004a0___JR_FrgE.S 8720.JPG index 25dcb2000e9c888a896c781548044f3e96b98449..043dbbaa785edac5a8646e1d16ced5c08a8cf897 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1c4c2235-2c28-438e-8fa9-505b5d3004a0___JR_FrgE.S 8720.JPG and b/raw/image_folders/auto/Datasets/Fungi/1c4c2235-2c28-438e-8fa9-505b5d3004a0___JR_FrgE.S 8720.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1cdac481-1275-4228-a2ca-e3deaf268ffc___JR_FrgE.S 2897.JPG b/raw/image_folders/auto/Datasets/Fungi/1cdac481-1275-4228-a2ca-e3deaf268ffc___JR_FrgE.S 2897.JPG index b3331a9857ee86eb1101ef7967d4feed18098a7b..a982bbe8556e3f665264695ddc0571c4d29ab64c 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1cdac481-1275-4228-a2ca-e3deaf268ffc___JR_FrgE.S 2897.JPG and b/raw/image_folders/auto/Datasets/Fungi/1cdac481-1275-4228-a2ca-e3deaf268ffc___JR_FrgE.S 2897.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1ce40e9f-cddc-4939-8e58-7a8235d9b28a___JR_FrgE.S 3019.JPG b/raw/image_folders/auto/Datasets/Fungi/1ce40e9f-cddc-4939-8e58-7a8235d9b28a___JR_FrgE.S 3019.JPG index 01a8df095425112db64d91d825fc2e79b658896b..c0aeff99b794221b754bf46f3e14fad25d81ba2c 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1ce40e9f-cddc-4939-8e58-7a8235d9b28a___JR_FrgE.S 3019.JPG and b/raw/image_folders/auto/Datasets/Fungi/1ce40e9f-cddc-4939-8e58-7a8235d9b28a___JR_FrgE.S 3019.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1ce4ecdf-fe69-42df-a0dc-c90f5495e7a1___JR_FrgE.S 3041.JPG b/raw/image_folders/auto/Datasets/Fungi/1ce4ecdf-fe69-42df-a0dc-c90f5495e7a1___JR_FrgE.S 3041.JPG index 55e79bb146263396e895ea9dbeb43552509185ad..3aca79175a5fdbb98d42867795b5e990148de8c6 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1ce4ecdf-fe69-42df-a0dc-c90f5495e7a1___JR_FrgE.S 3041.JPG and b/raw/image_folders/auto/Datasets/Fungi/1ce4ecdf-fe69-42df-a0dc-c90f5495e7a1___JR_FrgE.S 3041.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1ce9343f-125e-4abb-9cd4-fddf761504da___JR_FrgE.S 3096.JPG b/raw/image_folders/auto/Datasets/Fungi/1ce9343f-125e-4abb-9cd4-fddf761504da___JR_FrgE.S 3096.JPG index 0104f1cb392c982696156842170ed345c198c663..a9ea6b95e3640ad7efcab8294bfbe0b38d58d54f 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1ce9343f-125e-4abb-9cd4-fddf761504da___JR_FrgE.S 3096.JPG and b/raw/image_folders/auto/Datasets/Fungi/1ce9343f-125e-4abb-9cd4-fddf761504da___JR_FrgE.S 3096.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1cf5102a-468b-4410-80bf-af6aeadc780c___JR_FrgE.S 2924.JPG b/raw/image_folders/auto/Datasets/Fungi/1cf5102a-468b-4410-80bf-af6aeadc780c___JR_FrgE.S 2924.JPG index 860c322e450eda840f67b42b045ba547ba7154fb..b1e4455c77480158f04d6051c137bb656ca0ef7a 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1cf5102a-468b-4410-80bf-af6aeadc780c___JR_FrgE.S 2924.JPG and b/raw/image_folders/auto/Datasets/Fungi/1cf5102a-468b-4410-80bf-af6aeadc780c___JR_FrgE.S 2924.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1d0e83a0-f3c0-4c14-b1d6-b0ceee3552ac___JR_FrgE.S 3006.JPG b/raw/image_folders/auto/Datasets/Fungi/1d0e83a0-f3c0-4c14-b1d6-b0ceee3552ac___JR_FrgE.S 3006.JPG index ef2b3b115a4206688109af61eb426eef1dfeedab..30e398669aa178a735d5ddcfd95215c3ad5dfadf 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1d0e83a0-f3c0-4c14-b1d6-b0ceee3552ac___JR_FrgE.S 3006.JPG and b/raw/image_folders/auto/Datasets/Fungi/1d0e83a0-f3c0-4c14-b1d6-b0ceee3552ac___JR_FrgE.S 3006.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1d59f109-9793-403b-88d7-73bc3b17d601___JR_FrgE.S 8592.JPG b/raw/image_folders/auto/Datasets/Fungi/1d59f109-9793-403b-88d7-73bc3b17d601___JR_FrgE.S 8592.JPG index 86324842a41af92e8f0a9b5d05030d44ebc9a522..8a9b9e126fa3c561264b0e76bbf3da9dd49a0955 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1d59f109-9793-403b-88d7-73bc3b17d601___JR_FrgE.S 8592.JPG and b/raw/image_folders/auto/Datasets/Fungi/1d59f109-9793-403b-88d7-73bc3b17d601___JR_FrgE.S 8592.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1dfd4db7-a456-4785-bf16-f517bcaf54e8___JR_FrgE.S 3089.JPG b/raw/image_folders/auto/Datasets/Fungi/1dfd4db7-a456-4785-bf16-f517bcaf54e8___JR_FrgE.S 3089.JPG index 0d1f8810e57bb3dc98f06aff5bcbc2a37a0bbf59..2f9cdfc7cb4009bf8ff71f4e27cc9d5292b1d035 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1dfd4db7-a456-4785-bf16-f517bcaf54e8___JR_FrgE.S 3089.JPG and b/raw/image_folders/auto/Datasets/Fungi/1dfd4db7-a456-4785-bf16-f517bcaf54e8___JR_FrgE.S 3089.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1e0244a0-b084-4f95-bf64-72efeef4dff2___JR_FrgE.S 8733.JPG b/raw/image_folders/auto/Datasets/Fungi/1e0244a0-b084-4f95-bf64-72efeef4dff2___JR_FrgE.S 8733.JPG index f7ba251788f461a31ba7914e7c03a3be748e9ad4..4001cb14c1efc102af95209eafdff4b8d18fc6ff 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1e0244a0-b084-4f95-bf64-72efeef4dff2___JR_FrgE.S 8733.JPG and b/raw/image_folders/auto/Datasets/Fungi/1e0244a0-b084-4f95-bf64-72efeef4dff2___JR_FrgE.S 8733.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1e2149c8-f9ed-49b2-a8c2-2e8b2046d0f7___JR_FrgE.S 2965.JPG b/raw/image_folders/auto/Datasets/Fungi/1e2149c8-f9ed-49b2-a8c2-2e8b2046d0f7___JR_FrgE.S 2965.JPG index 03c595e4cff697f41b06187cb78e54a538a5dd12..02e57ccb0cb960c0f842c879a5394c33abaa44af 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1e2149c8-f9ed-49b2-a8c2-2e8b2046d0f7___JR_FrgE.S 2965.JPG and b/raw/image_folders/auto/Datasets/Fungi/1e2149c8-f9ed-49b2-a8c2-2e8b2046d0f7___JR_FrgE.S 2965.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/1fe7faa9-61a7-4152-9a85-a57d9486af0a___JR_FrgE.S 8599.JPG b/raw/image_folders/auto/Datasets/Fungi/1fe7faa9-61a7-4152-9a85-a57d9486af0a___JR_FrgE.S 8599.JPG index cd0c86cd8d8960d277cec892048be69674197f2a..362cb9d98fdd7d0fc6ec77416404aedc120e2868 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/1fe7faa9-61a7-4152-9a85-a57d9486af0a___JR_FrgE.S 8599.JPG and b/raw/image_folders/auto/Datasets/Fungi/1fe7faa9-61a7-4152-9a85-a57d9486af0a___JR_FrgE.S 8599.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/2a4cbd85-e831-4ec4-8acf-49cea51eeb5f___JR_FrgE.S 2900.JPG b/raw/image_folders/auto/Datasets/Fungi/2a4cbd85-e831-4ec4-8acf-49cea51eeb5f___JR_FrgE.S 2900.JPG index 30c4ec1c355695a7b0dca6cd948620fc4a5d967b..a2399fb76bc88451109cfc92106e6b946526157b 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/2a4cbd85-e831-4ec4-8acf-49cea51eeb5f___JR_FrgE.S 2900.JPG and b/raw/image_folders/auto/Datasets/Fungi/2a4cbd85-e831-4ec4-8acf-49cea51eeb5f___JR_FrgE.S 2900.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/2aa2ed70-b0b7-4d30-9c84-f6ded6a03fc2___JR_FrgE.S 8739.JPG b/raw/image_folders/auto/Datasets/Fungi/2aa2ed70-b0b7-4d30-9c84-f6ded6a03fc2___JR_FrgE.S 8739.JPG index 991c54375b907d8763b39f4bd6148bd003091092..a9a8a0f90738e94d1de92fe182a64677b75b35ad 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/2aa2ed70-b0b7-4d30-9c84-f6ded6a03fc2___JR_FrgE.S 8739.JPG and b/raw/image_folders/auto/Datasets/Fungi/2aa2ed70-b0b7-4d30-9c84-f6ded6a03fc2___JR_FrgE.S 8739.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/2b15f14f-6fa9-41fe-8b84-388a4d5bbc33___JR_FrgE.S 8578.JPG b/raw/image_folders/auto/Datasets/Fungi/2b15f14f-6fa9-41fe-8b84-388a4d5bbc33___JR_FrgE.S 8578.JPG index 3e38fbbd1a189855f2184d1a74d6abf79147db90..bd17e17463acdabe33468e235e37b36703f2a3a6 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/2b15f14f-6fa9-41fe-8b84-388a4d5bbc33___JR_FrgE.S 8578.JPG and b/raw/image_folders/auto/Datasets/Fungi/2b15f14f-6fa9-41fe-8b84-388a4d5bbc33___JR_FrgE.S 8578.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/2b16890e-753f-4ee8-a78e-d0a7fdf8d91a___JR_FrgE.S 2838.JPG b/raw/image_folders/auto/Datasets/Fungi/2b16890e-753f-4ee8-a78e-d0a7fdf8d91a___JR_FrgE.S 2838.JPG index e73441a193afe71534231938a5c804c2ebc45a22..673202bbb89a64fbd00880b4e528fc039f7b8b1a 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/2b16890e-753f-4ee8-a78e-d0a7fdf8d91a___JR_FrgE.S 2838.JPG and b/raw/image_folders/auto/Datasets/Fungi/2b16890e-753f-4ee8-a78e-d0a7fdf8d91a___JR_FrgE.S 2838.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/2c6184ba-cc2f-4311-977e-1ed6c1410c1a___JR_FrgE.S 2973.JPG b/raw/image_folders/auto/Datasets/Fungi/2c6184ba-cc2f-4311-977e-1ed6c1410c1a___JR_FrgE.S 2973.JPG index 7bf0234cd3b7f71bc07a2e9583f9be39d609db24..ccd83ce36f71c16115c847a0477fd69e2af5a752 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/2c6184ba-cc2f-4311-977e-1ed6c1410c1a___JR_FrgE.S 2973.JPG and b/raw/image_folders/auto/Datasets/Fungi/2c6184ba-cc2f-4311-977e-1ed6c1410c1a___JR_FrgE.S 2973.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/2d1ac581-1847-419e-8254-55a9caad6b2b___JR_FrgE.S 8766.JPG b/raw/image_folders/auto/Datasets/Fungi/2d1ac581-1847-419e-8254-55a9caad6b2b___JR_FrgE.S 8766.JPG index 85da429fd1e7b0420a7d4289b2913753b85c186d..cf7770df3759ad0a1956a71ab04b5a3a1bdf5ac2 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/2d1ac581-1847-419e-8254-55a9caad6b2b___JR_FrgE.S 8766.JPG and b/raw/image_folders/auto/Datasets/Fungi/2d1ac581-1847-419e-8254-55a9caad6b2b___JR_FrgE.S 8766.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/2d30e157-5cd6-4827-85ee-4c3c5f05725e___JR_FrgE.S 3080.JPG b/raw/image_folders/auto/Datasets/Fungi/2d30e157-5cd6-4827-85ee-4c3c5f05725e___JR_FrgE.S 3080.JPG index 1c304cb2d238b45ce387d8bc51146797fdd8044f..515d927a4d2837b4ed72f52ef73880927f70d59a 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/2d30e157-5cd6-4827-85ee-4c3c5f05725e___JR_FrgE.S 3080.JPG and b/raw/image_folders/auto/Datasets/Fungi/2d30e157-5cd6-4827-85ee-4c3c5f05725e___JR_FrgE.S 3080.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/2f6893f9-0439-4409-b752-b910e03b076b___JR_FrgE.S 8814.JPG b/raw/image_folders/auto/Datasets/Fungi/2f6893f9-0439-4409-b752-b910e03b076b___JR_FrgE.S 8814.JPG index 60431d554909102895f040cda663de42b4c19f13..78c8cb5b789e1bd197c97586f9c6e53126e356b6 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/2f6893f9-0439-4409-b752-b910e03b076b___JR_FrgE.S 8814.JPG and b/raw/image_folders/auto/Datasets/Fungi/2f6893f9-0439-4409-b752-b910e03b076b___JR_FrgE.S 8814.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/2f6a52cd-21f5-41d0-870e-f8a67d1f5c56___JR_FrgE.S 2901.JPG b/raw/image_folders/auto/Datasets/Fungi/2f6a52cd-21f5-41d0-870e-f8a67d1f5c56___JR_FrgE.S 2901.JPG index 832a57afd1dc0f26f4d1f046d7f3380ce9b58bbd..170dca4a2f94115ba544357bcbd67f8f79c898dc 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/2f6a52cd-21f5-41d0-870e-f8a67d1f5c56___JR_FrgE.S 2901.JPG and b/raw/image_folders/auto/Datasets/Fungi/2f6a52cd-21f5-41d0-870e-f8a67d1f5c56___JR_FrgE.S 2901.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/3afb0100-58b4-4825-bfb4-037258cd5925___JR_FrgE.S 8755.JPG b/raw/image_folders/auto/Datasets/Fungi/3afb0100-58b4-4825-bfb4-037258cd5925___JR_FrgE.S 8755.JPG index d8cf63cbcb967db7bb0936d6fcb7d3b403aff2ea..76c9e03535512e5e91feec51649facf87a10b771 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/3afb0100-58b4-4825-bfb4-037258cd5925___JR_FrgE.S 8755.JPG and b/raw/image_folders/auto/Datasets/Fungi/3afb0100-58b4-4825-bfb4-037258cd5925___JR_FrgE.S 8755.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/3b1299be-2602-451f-9877-93edd8bf09a8___JR_FrgE.S 2801.JPG b/raw/image_folders/auto/Datasets/Fungi/3b1299be-2602-451f-9877-93edd8bf09a8___JR_FrgE.S 2801.JPG index 72830a98f3ef341f43e1b8992dbb47df370a4423..866a65bef8a2264a7d5632f852120531dc0929bb 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/3b1299be-2602-451f-9877-93edd8bf09a8___JR_FrgE.S 2801.JPG and b/raw/image_folders/auto/Datasets/Fungi/3b1299be-2602-451f-9877-93edd8bf09a8___JR_FrgE.S 2801.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/3b364e42-9120-4ece-b0ea-2c39ce883cbb___JR_FrgE.S 2774.JPG b/raw/image_folders/auto/Datasets/Fungi/3b364e42-9120-4ece-b0ea-2c39ce883cbb___JR_FrgE.S 2774.JPG index fef968c7f78b39d6a1339e30d3a9db8693baa206..8d752fde7f61461e7457ee467a2b5a670ae38153 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/3b364e42-9120-4ece-b0ea-2c39ce883cbb___JR_FrgE.S 2774.JPG and b/raw/image_folders/auto/Datasets/Fungi/3b364e42-9120-4ece-b0ea-2c39ce883cbb___JR_FrgE.S 2774.JPG differ diff --git a/raw/image_folders/auto/Datasets/Fungi/3bf50ea4-980e-471b-bbd1-fc0c526dbb7a___JR_FrgE.S 2905.JPG b/raw/image_folders/auto/Datasets/Fungi/3bf50ea4-980e-471b-bbd1-fc0c526dbb7a___JR_FrgE.S 2905.JPG index 21fbc019b9468607562431c71a4b392f861c9804..a306646ce6b709cc5177ac4e832de191e3d8de14 100644 Binary files a/raw/image_folders/auto/Datasets/Fungi/3bf50ea4-980e-471b-bbd1-fc0c526dbb7a___JR_FrgE.S 2905.JPG and b/raw/image_folders/auto/Datasets/Fungi/3bf50ea4-980e-471b-bbd1-fc0c526dbb7a___JR_FrgE.S 2905.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/00cab05d-e87b-4cf6-87d8-284f3ec99626___FAM_B.Rot 3244.JPG b/raw/image_folders/auto/Datasets/Nematodes/00cab05d-e87b-4cf6-87d8-284f3ec99626___FAM_B.Rot 3244.JPG index afd991fece13280e9c2afab26e62cc3678dcb863..b5faed3a46be56d5f5705657cb08db19c85e04e6 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/00cab05d-e87b-4cf6-87d8-284f3ec99626___FAM_B.Rot 3244.JPG and b/raw/image_folders/auto/Datasets/Nematodes/00cab05d-e87b-4cf6-87d8-284f3ec99626___FAM_B.Rot 3244.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/00cff577-afd4-4e36-ac9c-a52aa6ae5949___FAM_B.Rot 0508.JPG b/raw/image_folders/auto/Datasets/Nematodes/00cff577-afd4-4e36-ac9c-a52aa6ae5949___FAM_B.Rot 0508.JPG index 936bd9b0368d0714fae7e8dfd2643c94c79c35d6..5c8d78a1649313ac088abcef83baf043c4204fc5 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/00cff577-afd4-4e36-ac9c-a52aa6ae5949___FAM_B.Rot 0508.JPG and b/raw/image_folders/auto/Datasets/Nematodes/00cff577-afd4-4e36-ac9c-a52aa6ae5949___FAM_B.Rot 0508.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/01d4aa8b-cc91-4475-b80c-b5b0ca10f1f6___FAM_B.Rot 3050.JPG b/raw/image_folders/auto/Datasets/Nematodes/01d4aa8b-cc91-4475-b80c-b5b0ca10f1f6___FAM_B.Rot 3050.JPG index 7c2d6166dea39b18f007813bed57fcdfd81ef781..5237613f7e1551a0098e6039af2a093eaf5023d9 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/01d4aa8b-cc91-4475-b80c-b5b0ca10f1f6___FAM_B.Rot 3050.JPG and b/raw/image_folders/auto/Datasets/Nematodes/01d4aa8b-cc91-4475-b80c-b5b0ca10f1f6___FAM_B.Rot 3050.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0a06c482-c94a-44d8-a895-be6fe17b8c06___FAM_B.Rot 5019.JPG b/raw/image_folders/auto/Datasets/Nematodes/0a06c482-c94a-44d8-a895-be6fe17b8c06___FAM_B.Rot 5019.JPG index 7d2fc17a8a920dcc65f52d3c59183e1deabf63d7..ca8c53dd2d6dd73525c06b4c6f5d263cd69f55c2 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0a06c482-c94a-44d8-a895-be6fe17b8c06___FAM_B.Rot 5019.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0a06c482-c94a-44d8-a895-be6fe17b8c06___FAM_B.Rot 5019.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0a274d5f-9705-445d-a580-a887447ec353___FAM_B.Rot 3147.JPG b/raw/image_folders/auto/Datasets/Nematodes/0a274d5f-9705-445d-a580-a887447ec353___FAM_B.Rot 3147.JPG index 8273a6ea92b0e6e2041ed05a03529295f2a5ab38..382aeda0cad759d8c471d2adb4723a3b8c4916a6 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0a274d5f-9705-445d-a580-a887447ec353___FAM_B.Rot 3147.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0a274d5f-9705-445d-a580-a887447ec353___FAM_B.Rot 3147.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0a31549c-8adb-4acc-bab2-a0954f063054___FAM_B.Rot 0687.JPG b/raw/image_folders/auto/Datasets/Nematodes/0a31549c-8adb-4acc-bab2-a0954f063054___FAM_B.Rot 0687.JPG index e015e6bcafb93186a083bbd333275a90064b4f81..8bd5b21154e9b2690ba6f8522d152d17f266b800 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0a31549c-8adb-4acc-bab2-a0954f063054___FAM_B.Rot 0687.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0a31549c-8adb-4acc-bab2-a0954f063054___FAM_B.Rot 0687.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0abb363c-2365-4816-a6c4-ce4bac6ffc38___FAM_B.Rot 3122.JPG b/raw/image_folders/auto/Datasets/Nematodes/0abb363c-2365-4816-a6c4-ce4bac6ffc38___FAM_B.Rot 3122.JPG index 6cee896609ca389dc660129958a12fd2deef18b5..58e859eba2e0532d2a40f24b69894dcf0c8b6d6f 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0abb363c-2365-4816-a6c4-ce4bac6ffc38___FAM_B.Rot 3122.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0abb363c-2365-4816-a6c4-ce4bac6ffc38___FAM_B.Rot 3122.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0aec6325-48be-4373-886d-fff5aeea6d26___FAM_B.Rot 3465.JPG b/raw/image_folders/auto/Datasets/Nematodes/0aec6325-48be-4373-886d-fff5aeea6d26___FAM_B.Rot 3465.JPG index 2ca73567dcb9e1cbacb03a4742c5a5a0be512a97..e41ed8c32aaa3c1facde7365673d640930b25560 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0aec6325-48be-4373-886d-fff5aeea6d26___FAM_B.Rot 3465.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0aec6325-48be-4373-886d-fff5aeea6d26___FAM_B.Rot 3465.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0aff8add-93ad-4099-97ae-23515744e620___FAM_B.Rot 0748.JPG b/raw/image_folders/auto/Datasets/Nematodes/0aff8add-93ad-4099-97ae-23515744e620___FAM_B.Rot 0748.JPG index df69b6b0d56ebe11383c56cd9d56c93ec64c7d6d..ded69782f0654016554829cbf5c982fa99837f38 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0aff8add-93ad-4099-97ae-23515744e620___FAM_B.Rot 0748.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0aff8add-93ad-4099-97ae-23515744e620___FAM_B.Rot 0748.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0b11ac6a-9e24-4d9c-bbe9-e180eb81ff38___FAM_B.Rot 0581.JPG b/raw/image_folders/auto/Datasets/Nematodes/0b11ac6a-9e24-4d9c-bbe9-e180eb81ff38___FAM_B.Rot 0581.JPG index 3a2714b53dff34009d4d501c71fc23ed72db41f0..822493f79ec9afa3a87c2ce1469d7f0dc2918e1b 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0b11ac6a-9e24-4d9c-bbe9-e180eb81ff38___FAM_B.Rot 0581.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0b11ac6a-9e24-4d9c-bbe9-e180eb81ff38___FAM_B.Rot 0581.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0b9d95bb-51c7-40f1-8a4b-f9838becb418___FAM_B.Rot 0493.JPG b/raw/image_folders/auto/Datasets/Nematodes/0b9d95bb-51c7-40f1-8a4b-f9838becb418___FAM_B.Rot 0493.JPG index d980d5eabebd91db521b73a9036ae039bdc2c835..7973c3409d978236de0127940a7f5718afc2fe75 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0b9d95bb-51c7-40f1-8a4b-f9838becb418___FAM_B.Rot 0493.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0b9d95bb-51c7-40f1-8a4b-f9838becb418___FAM_B.Rot 0493.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0baabe1e-b188-4c55-8f61-0f484f90c73b___FAM_B.Rot 3532.JPG b/raw/image_folders/auto/Datasets/Nematodes/0baabe1e-b188-4c55-8f61-0f484f90c73b___FAM_B.Rot 3532.JPG index 956deeb1fdffcb8f2a6a9e317419cdf8514e5058..0c10aadbe3eb624b52b921f88ef2fceb8ceebd17 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0baabe1e-b188-4c55-8f61-0f484f90c73b___FAM_B.Rot 3532.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0baabe1e-b188-4c55-8f61-0f484f90c73b___FAM_B.Rot 3532.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0bc6da94-2f94-4e4f-8858-b1a855dffbdf___FAM_B.Rot 3420.JPG b/raw/image_folders/auto/Datasets/Nematodes/0bc6da94-2f94-4e4f-8858-b1a855dffbdf___FAM_B.Rot 3420.JPG index 52d9750afce03a984b9f33504f64a8cbe1c389cb..8552bfd9862e3f9437e6fef6bd93b1c670771f9f 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0bc6da94-2f94-4e4f-8858-b1a855dffbdf___FAM_B.Rot 3420.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0bc6da94-2f94-4e4f-8858-b1a855dffbdf___FAM_B.Rot 3420.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0bfeae5e-878a-45ac-b62c-fbdfa9577874___FAM_B.Rot 0501.JPG b/raw/image_folders/auto/Datasets/Nematodes/0bfeae5e-878a-45ac-b62c-fbdfa9577874___FAM_B.Rot 0501.JPG index 3ca604aa485ef7c34d9c94d2277547330a751f67..1109214067293e92e2e236a33d317ef92e2a2101 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0bfeae5e-878a-45ac-b62c-fbdfa9577874___FAM_B.Rot 0501.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0bfeae5e-878a-45ac-b62c-fbdfa9577874___FAM_B.Rot 0501.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0c7369b1-b8f1-4287-8875-fef5f1a5b3ac___FAM_B.Rot 3156.JPG b/raw/image_folders/auto/Datasets/Nematodes/0c7369b1-b8f1-4287-8875-fef5f1a5b3ac___FAM_B.Rot 3156.JPG index baea97f70c7bcf87533c49cc212e0f70f2f9bd91..c9810577f022a21059740c55499cf72c5052bbca 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0c7369b1-b8f1-4287-8875-fef5f1a5b3ac___FAM_B.Rot 3156.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0c7369b1-b8f1-4287-8875-fef5f1a5b3ac___FAM_B.Rot 3156.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0c9800f1-95a1-4ebb-a098-5fb51af0581b___FAM_B.Rot 3208.JPG b/raw/image_folders/auto/Datasets/Nematodes/0c9800f1-95a1-4ebb-a098-5fb51af0581b___FAM_B.Rot 3208.JPG index 3791eee30ff8f7bb41240790b5a5dccb6dab6296..8e41360e0cc367b14ad7e964c89c23d0ac57144b 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0c9800f1-95a1-4ebb-a098-5fb51af0581b___FAM_B.Rot 3208.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0c9800f1-95a1-4ebb-a098-5fb51af0581b___FAM_B.Rot 3208.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0cb269dc-10d1-45e6-b0d3-f96572fce674___FAM_B.Rot 5052.JPG b/raw/image_folders/auto/Datasets/Nematodes/0cb269dc-10d1-45e6-b0d3-f96572fce674___FAM_B.Rot 5052.JPG index 767d7e49368ca06fcc6883ddad8db6d377d38590..eeddca4c599be56240ba0d8ebd53eb9a15d02645 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0cb269dc-10d1-45e6-b0d3-f96572fce674___FAM_B.Rot 5052.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0cb269dc-10d1-45e6-b0d3-f96572fce674___FAM_B.Rot 5052.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0cf5d61f-fb1a-4533-b0aa-f174d2acdc82___FAM_B.Rot 0721.JPG b/raw/image_folders/auto/Datasets/Nematodes/0cf5d61f-fb1a-4533-b0aa-f174d2acdc82___FAM_B.Rot 0721.JPG index ebccbedd5838e81132cf4107c9cff81b7ed0be34..e42e74c92ee7f9b9f1454cf9e98e786a22667a0e 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0cf5d61f-fb1a-4533-b0aa-f174d2acdc82___FAM_B.Rot 0721.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0cf5d61f-fb1a-4533-b0aa-f174d2acdc82___FAM_B.Rot 0721.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0d2c5ad5-1a2d-44f9-9be5-1aef9a51fb95___FAM_B.Rot 3469.JPG b/raw/image_folders/auto/Datasets/Nematodes/0d2c5ad5-1a2d-44f9-9be5-1aef9a51fb95___FAM_B.Rot 3469.JPG index 6dd7a18feb8afe99cfedc65319bb0ede5061ded0..28ef05bc051f47397c41559f31c45768abc2e903 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0d2c5ad5-1a2d-44f9-9be5-1aef9a51fb95___FAM_B.Rot 3469.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0d2c5ad5-1a2d-44f9-9be5-1aef9a51fb95___FAM_B.Rot 3469.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0d907173-6ef8-4fbd-b682-f0a7a5263de0___FAM_B.Rot 3298.JPG b/raw/image_folders/auto/Datasets/Nematodes/0d907173-6ef8-4fbd-b682-f0a7a5263de0___FAM_B.Rot 3298.JPG index 8579f6ed084aef18b58853fb078f1df579738c2f..86cb848514211eb4862dd91fb63b0d5c7bec1daf 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0d907173-6ef8-4fbd-b682-f0a7a5263de0___FAM_B.Rot 3298.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0d907173-6ef8-4fbd-b682-f0a7a5263de0___FAM_B.Rot 3298.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0daaeb93-868a-4649-be74-19aa2b231f90___FAM_B.Rot 0739.JPG b/raw/image_folders/auto/Datasets/Nematodes/0daaeb93-868a-4649-be74-19aa2b231f90___FAM_B.Rot 0739.JPG index ba3a6a2c0679f39ccb971475d27793284c760ec8..72904ca289ee9cddbb9a54e2bc5da534ffcdfe7d 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0daaeb93-868a-4649-be74-19aa2b231f90___FAM_B.Rot 0739.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0daaeb93-868a-4649-be74-19aa2b231f90___FAM_B.Rot 0739.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0dad85ca-3b63-412d-bdf0-9cef2457e390___FAM_B.Rot 3218.JPG b/raw/image_folders/auto/Datasets/Nematodes/0dad85ca-3b63-412d-bdf0-9cef2457e390___FAM_B.Rot 3218.JPG index c4e3cedd5729ce2b8b2f78d091794e55892cf2fe..f72736dc18dc007ea525a194d592e13e2014bb14 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0dad85ca-3b63-412d-bdf0-9cef2457e390___FAM_B.Rot 3218.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0dad85ca-3b63-412d-bdf0-9cef2457e390___FAM_B.Rot 3218.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0e143d33-adc0-41af-92e2-d0bb712d7b72___FAM_B.Rot 5047.JPG b/raw/image_folders/auto/Datasets/Nematodes/0e143d33-adc0-41af-92e2-d0bb712d7b72___FAM_B.Rot 5047.JPG index 8eed0eff64d042183b4341219fb9a8cd6367549f..3679afe5e4dfe3efc6605aa205ce297b59164afa 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0e143d33-adc0-41af-92e2-d0bb712d7b72___FAM_B.Rot 5047.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0e143d33-adc0-41af-92e2-d0bb712d7b72___FAM_B.Rot 5047.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0e7726c0-a309-4194-b2e6-d0e33af39373___FAM_B.Rot 0530.JPG b/raw/image_folders/auto/Datasets/Nematodes/0e7726c0-a309-4194-b2e6-d0e33af39373___FAM_B.Rot 0530.JPG index ce04b6e2bd7adb3a6a7a236a87cab57ffe27adb1..dd8481fdb327792264023ea913ae4cf2c985799b 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0e7726c0-a309-4194-b2e6-d0e33af39373___FAM_B.Rot 0530.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0e7726c0-a309-4194-b2e6-d0e33af39373___FAM_B.Rot 0530.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0e9897ae-15fd-4f67-809d-2ec7373cf457___FAM_B.Rot 0396.JPG b/raw/image_folders/auto/Datasets/Nematodes/0e9897ae-15fd-4f67-809d-2ec7373cf457___FAM_B.Rot 0396.JPG index 77912c69e9dfe6741a8f3ea3a78c24a071eacd68..30cf38ebb68868ca3a48192d470cad4c305c0774 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0e9897ae-15fd-4f67-809d-2ec7373cf457___FAM_B.Rot 0396.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0e9897ae-15fd-4f67-809d-2ec7373cf457___FAM_B.Rot 0396.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0f436459-1783-4ccd-87ec-0e5aff478fbc___FAM_B.Rot 3062.JPG b/raw/image_folders/auto/Datasets/Nematodes/0f436459-1783-4ccd-87ec-0e5aff478fbc___FAM_B.Rot 3062.JPG index a62d6d78f07f820fc57efd24f59c39a54625860e..3071656d2318ee289afbe71ade71a35f609aee29 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0f436459-1783-4ccd-87ec-0e5aff478fbc___FAM_B.Rot 3062.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0f436459-1783-4ccd-87ec-0e5aff478fbc___FAM_B.Rot 3062.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/0ff1ecfd-d94e-4459-b74e-47b82900a0aa___FAM_B.Rot 0329.JPG b/raw/image_folders/auto/Datasets/Nematodes/0ff1ecfd-d94e-4459-b74e-47b82900a0aa___FAM_B.Rot 0329.JPG index 4de469baebfb97a717d742f52911f06b59a22f15..084a1eb65d9123a886b4ca62bc5479817e3f66da 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/0ff1ecfd-d94e-4459-b74e-47b82900a0aa___FAM_B.Rot 0329.JPG and b/raw/image_folders/auto/Datasets/Nematodes/0ff1ecfd-d94e-4459-b74e-47b82900a0aa___FAM_B.Rot 0329.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1a081ae3-fab7-4a12-8ba4-2e46cab5f344___FAM_B.Rot 5059.JPG b/raw/image_folders/auto/Datasets/Nematodes/1a081ae3-fab7-4a12-8ba4-2e46cab5f344___FAM_B.Rot 5059.JPG index 7c7aaf9bf3561e6ce90abca23af42968b0dee146..a402033005dc0840fccada4936e6ef8469856b3b 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1a081ae3-fab7-4a12-8ba4-2e46cab5f344___FAM_B.Rot 5059.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1a081ae3-fab7-4a12-8ba4-2e46cab5f344___FAM_B.Rot 5059.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1a1ba048-3ecb-4ad3-9ccf-87ee96b9a75e___FAM_B.Rot 3628.JPG b/raw/image_folders/auto/Datasets/Nematodes/1a1ba048-3ecb-4ad3-9ccf-87ee96b9a75e___FAM_B.Rot 3628.JPG index ad45281cceef9af21d41ffe0ef2161731078b0e7..7ae309f47aaed57217f19f18bd9c0c352e3ea187 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1a1ba048-3ecb-4ad3-9ccf-87ee96b9a75e___FAM_B.Rot 3628.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1a1ba048-3ecb-4ad3-9ccf-87ee96b9a75e___FAM_B.Rot 3628.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1a603016-c88a-4227-865f-575ddf5eddd2___FAM_B.Rot 0464.JPG b/raw/image_folders/auto/Datasets/Nematodes/1a603016-c88a-4227-865f-575ddf5eddd2___FAM_B.Rot 0464.JPG index a985b2deb814b06e638b5d2bbd18ca40515f084c..085f28a51eb6b2c2abb28c3e5738b52accee1844 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1a603016-c88a-4227-865f-575ddf5eddd2___FAM_B.Rot 0464.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1a603016-c88a-4227-865f-575ddf5eddd2___FAM_B.Rot 0464.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1a6aabd0-7ca8-4074-a457-5a8f3662a7d7___FAM_B.Rot 3539.JPG b/raw/image_folders/auto/Datasets/Nematodes/1a6aabd0-7ca8-4074-a457-5a8f3662a7d7___FAM_B.Rot 3539.JPG index 1c31a2d48c14cd6581706decf36773376582b05e..c9725e5cc86a78e343de1f3a43f5df355f914ff7 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1a6aabd0-7ca8-4074-a457-5a8f3662a7d7___FAM_B.Rot 3539.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1a6aabd0-7ca8-4074-a457-5a8f3662a7d7___FAM_B.Rot 3539.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1ac53f1b-5d2c-4f6a-b4fe-dccd5dad551f___FAM_B.Rot 3046.JPG b/raw/image_folders/auto/Datasets/Nematodes/1ac53f1b-5d2c-4f6a-b4fe-dccd5dad551f___FAM_B.Rot 3046.JPG index c2a53131c51ee366b0f012bb29fdf04753b577fb..1e814c279cfe2b75b9eee803715eeae04452b3a3 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1ac53f1b-5d2c-4f6a-b4fe-dccd5dad551f___FAM_B.Rot 3046.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1ac53f1b-5d2c-4f6a-b4fe-dccd5dad551f___FAM_B.Rot 3046.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1b332769-d8c9-4f5b-b21e-171fcc9f939b___FAM_B.Rot 0640.JPG b/raw/image_folders/auto/Datasets/Nematodes/1b332769-d8c9-4f5b-b21e-171fcc9f939b___FAM_B.Rot 0640.JPG index d4145f9d19eac762bb9d7c745198c9f71e28c1e9..24380cd20a17b2bdb56e47203ef3b7b953ddb0ac 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1b332769-d8c9-4f5b-b21e-171fcc9f939b___FAM_B.Rot 0640.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1b332769-d8c9-4f5b-b21e-171fcc9f939b___FAM_B.Rot 0640.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1b49994b-904a-4f13-8c97-e72b68d9d6e4___FAM_B.Rot 3079.JPG b/raw/image_folders/auto/Datasets/Nematodes/1b49994b-904a-4f13-8c97-e72b68d9d6e4___FAM_B.Rot 3079.JPG index 50933006a29f7053a8283dafd9da5dfc9c06054b..1b68f0305192e7a0e4130798cb43a91fb8840cc0 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1b49994b-904a-4f13-8c97-e72b68d9d6e4___FAM_B.Rot 3079.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1b49994b-904a-4f13-8c97-e72b68d9d6e4___FAM_B.Rot 3079.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1b5c9aed-b19c-4ce8-953f-c8b4e6474ed5___FAM_B.Rot 5110.JPG b/raw/image_folders/auto/Datasets/Nematodes/1b5c9aed-b19c-4ce8-953f-c8b4e6474ed5___FAM_B.Rot 5110.JPG index 15b02a4bf3a30e5ef6c3e699e1f3acafa64e2738..e711542dfbcc98398579b1409f0deb200307e235 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1b5c9aed-b19c-4ce8-953f-c8b4e6474ed5___FAM_B.Rot 5110.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1b5c9aed-b19c-4ce8-953f-c8b4e6474ed5___FAM_B.Rot 5110.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1b89066d-0c1a-4e7a-85de-361639737137___FAM_B.Rot 0657.JPG b/raw/image_folders/auto/Datasets/Nematodes/1b89066d-0c1a-4e7a-85de-361639737137___FAM_B.Rot 0657.JPG index 2ebddfacf3e635090088d842a6c34cc18f3eaa60..3f11f82098673dc3f2a0fa76f5522e8b5d883869 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1b89066d-0c1a-4e7a-85de-361639737137___FAM_B.Rot 0657.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1b89066d-0c1a-4e7a-85de-361639737137___FAM_B.Rot 0657.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1b9b236c-8b25-4473-b3d3-e83c7218cb3b___FAM_B.Rot 3290.JPG b/raw/image_folders/auto/Datasets/Nematodes/1b9b236c-8b25-4473-b3d3-e83c7218cb3b___FAM_B.Rot 3290.JPG index 4714c192843319d16b871c9d9466de5b7ea1a45e..9846c7654b257406944e4213f2f5107ebc36380a 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1b9b236c-8b25-4473-b3d3-e83c7218cb3b___FAM_B.Rot 3290.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1b9b236c-8b25-4473-b3d3-e83c7218cb3b___FAM_B.Rot 3290.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1bcdb090-ec74-4b88-812e-1d27d99f5a5f___FAM_B.Rot 0325.JPG b/raw/image_folders/auto/Datasets/Nematodes/1bcdb090-ec74-4b88-812e-1d27d99f5a5f___FAM_B.Rot 0325.JPG index 676a456b915de81377f3ae2e07c352a26e87d408..08b24a61a4c7400992e858f15ef962274792f6ff 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1bcdb090-ec74-4b88-812e-1d27d99f5a5f___FAM_B.Rot 0325.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1bcdb090-ec74-4b88-812e-1d27d99f5a5f___FAM_B.Rot 0325.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1be11ac2-41f6-43a9-9fc3-a673ae539757___FAM_B.Rot 0656.JPG b/raw/image_folders/auto/Datasets/Nematodes/1be11ac2-41f6-43a9-9fc3-a673ae539757___FAM_B.Rot 0656.JPG index 313d9a0a5cde3a0bd71e61c1b6ef453dade8f295..7d0e5ce81710764ca14dc102a0c2312567048432 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1be11ac2-41f6-43a9-9fc3-a673ae539757___FAM_B.Rot 0656.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1be11ac2-41f6-43a9-9fc3-a673ae539757___FAM_B.Rot 0656.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1c2b4d6c-dc3d-4913-b98f-2da54c4f6614___FAM_B.Rot 3602.JPG b/raw/image_folders/auto/Datasets/Nematodes/1c2b4d6c-dc3d-4913-b98f-2da54c4f6614___FAM_B.Rot 3602.JPG index d9e2099aa847c8edd5f1d5ef36e848109fa93448..047eb29f8f48df9186edb7927faa3f766e1c0830 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1c2b4d6c-dc3d-4913-b98f-2da54c4f6614___FAM_B.Rot 3602.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1c2b4d6c-dc3d-4913-b98f-2da54c4f6614___FAM_B.Rot 3602.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1cb9fa90-804f-4b63-9cf7-bab274ab9c5e___FAM_B.Rot 3325.JPG b/raw/image_folders/auto/Datasets/Nematodes/1cb9fa90-804f-4b63-9cf7-bab274ab9c5e___FAM_B.Rot 3325.JPG index 2c6e93e701c763da17eb9f99ce01c460bc098553..b13a9c396a8ad343922328e3b1bce2197ed67d0a 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1cb9fa90-804f-4b63-9cf7-bab274ab9c5e___FAM_B.Rot 3325.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1cb9fa90-804f-4b63-9cf7-bab274ab9c5e___FAM_B.Rot 3325.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1ccd890e-9e06-44cf-8495-8f229e7bb89b___FAM_B.Rot 3614.JPG b/raw/image_folders/auto/Datasets/Nematodes/1ccd890e-9e06-44cf-8495-8f229e7bb89b___FAM_B.Rot 3614.JPG index 37fe3cc2824dfb2c95cbfdf451b8dd8120f304f9..31ac4c929abdb8e3448df295a15d6a67e2a76fbd 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1ccd890e-9e06-44cf-8495-8f229e7bb89b___FAM_B.Rot 3614.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1ccd890e-9e06-44cf-8495-8f229e7bb89b___FAM_B.Rot 3614.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1cf4f8fe-a820-4f3d-b69b-795e57e03a65___FAM_B.Rot 3438.JPG b/raw/image_folders/auto/Datasets/Nematodes/1cf4f8fe-a820-4f3d-b69b-795e57e03a65___FAM_B.Rot 3438.JPG index 3b1f0f99f24b978f408244e2d432814738c8bf14..9192a23318dc777078caefc3aa4c81a4d1bb5331 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1cf4f8fe-a820-4f3d-b69b-795e57e03a65___FAM_B.Rot 3438.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1cf4f8fe-a820-4f3d-b69b-795e57e03a65___FAM_B.Rot 3438.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1d02b5ac-6f6e-4935-a841-2cd5b608ddf3___FAM_B.Rot 3060.JPG b/raw/image_folders/auto/Datasets/Nematodes/1d02b5ac-6f6e-4935-a841-2cd5b608ddf3___FAM_B.Rot 3060.JPG index 2e9e06633f9a744677a116efc30c0f81d70d7a52..11b6a2bf90b40aac90e8484bab061fd2ae4febd3 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1d02b5ac-6f6e-4935-a841-2cd5b608ddf3___FAM_B.Rot 3060.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1d02b5ac-6f6e-4935-a841-2cd5b608ddf3___FAM_B.Rot 3060.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1d3c0f3d-1b66-4cfc-b67b-af9760864e99___FAM_B.Rot 3317.JPG b/raw/image_folders/auto/Datasets/Nematodes/1d3c0f3d-1b66-4cfc-b67b-af9760864e99___FAM_B.Rot 3317.JPG index 98a1aecb08770b2d1b35990343fa314f18fc8161..87db2d76b2a9d76b8558ee656f738cde13eaa0c9 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1d3c0f3d-1b66-4cfc-b67b-af9760864e99___FAM_B.Rot 3317.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1d3c0f3d-1b66-4cfc-b67b-af9760864e99___FAM_B.Rot 3317.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1d482244-3c8c-40fa-8a40-a0ad06ae1e7b___FAM_B.Rot 5100.JPG b/raw/image_folders/auto/Datasets/Nematodes/1d482244-3c8c-40fa-8a40-a0ad06ae1e7b___FAM_B.Rot 5100.JPG index 15204546f0ed6dbfe22b9769c6e1ae62855961f7..52bc556e8945e290942f05eb88a860ec56c6b7e1 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1d482244-3c8c-40fa-8a40-a0ad06ae1e7b___FAM_B.Rot 5100.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1d482244-3c8c-40fa-8a40-a0ad06ae1e7b___FAM_B.Rot 5100.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1d90d6fd-8ffa-4580-a9ff-02788fae05da___FAM_B.Rot 0689.JPG b/raw/image_folders/auto/Datasets/Nematodes/1d90d6fd-8ffa-4580-a9ff-02788fae05da___FAM_B.Rot 0689.JPG index 7d481db794d37aae46aefdd1214426dbcf1ae2ac..bd4872655c341b83ebe8386fba76234c2c785379 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1d90d6fd-8ffa-4580-a9ff-02788fae05da___FAM_B.Rot 0689.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1d90d6fd-8ffa-4580-a9ff-02788fae05da___FAM_B.Rot 0689.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1e3a2734-e21c-438e-a344-935d8d2129f7___FAM_B.Rot 5063.JPG b/raw/image_folders/auto/Datasets/Nematodes/1e3a2734-e21c-438e-a344-935d8d2129f7___FAM_B.Rot 5063.JPG index 6dfdd109e9bf2a120c79e576d60b50d025ab771b..6df495f2aae5610d6846b7f10a3754788824fa18 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1e3a2734-e21c-438e-a344-935d8d2129f7___FAM_B.Rot 5063.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1e3a2734-e21c-438e-a344-935d8d2129f7___FAM_B.Rot 5063.JPG differ diff --git a/raw/image_folders/auto/Datasets/Nematodes/1e828732-ed86-4741-b9e5-2e7c3785c1ff___FAM_B.Rot 3015.JPG b/raw/image_folders/auto/Datasets/Nematodes/1e828732-ed86-4741-b9e5-2e7c3785c1ff___FAM_B.Rot 3015.JPG index 2570702a22d5ab93b0b5794e79fd9a193e5667c4..717f90d7863b50c77418ff7b4623b5b0aa617ef5 100644 Binary files a/raw/image_folders/auto/Datasets/Nematodes/1e828732-ed86-4741-b9e5-2e7c3785c1ff___FAM_B.Rot 3015.JPG and b/raw/image_folders/auto/Datasets/Nematodes/1e828732-ed86-4741-b9e5-2e7c3785c1ff___FAM_B.Rot 3015.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/00a6039c-e425-4f7d-81b1-d6b0e668517e___RS_HL 7669.JPG b/raw/image_folders/auto/Datasets/Normal/00a6039c-e425-4f7d-81b1-d6b0e668517e___RS_HL 7669.JPG index 7a77f0252f024b9204be3094179ca279e965fdfa..59589851231354d49e578dccad492323ad877d67 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/00a6039c-e425-4f7d-81b1-d6b0e668517e___RS_HL 7669.JPG and b/raw/image_folders/auto/Datasets/Normal/00a6039c-e425-4f7d-81b1-d6b0e668517e___RS_HL 7669.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/00a8e886-d172-4261-85e2-780b3c50ad4d___JR_HL 4156.JPG b/raw/image_folders/auto/Datasets/Normal/00a8e886-d172-4261-85e2-780b3c50ad4d___JR_HL 4156.JPG index b5a84fa5747352cd8cad13de9edc370e49061fc7..0c95f8c1488adf6383aeb1c46adb9974fd032417 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/00a8e886-d172-4261-85e2-780b3c50ad4d___JR_HL 4156.JPG and b/raw/image_folders/auto/Datasets/Normal/00a8e886-d172-4261-85e2-780b3c50ad4d___JR_HL 4156.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/00fca0da-2db3-481b-b98a-9b67bb7b105c___RS_HL 7708.JPG b/raw/image_folders/auto/Datasets/Normal/00fca0da-2db3-481b-b98a-9b67bb7b105c___RS_HL 7708.JPG index 1908bdd3d54b241276f5adadde0f0519b3c89018..5b184d1b891b445f18eb7ce231b929186564d92f 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/00fca0da-2db3-481b-b98a-9b67bb7b105c___RS_HL 7708.JPG and b/raw/image_folders/auto/Datasets/Normal/00fca0da-2db3-481b-b98a-9b67bb7b105c___RS_HL 7708.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/00fee259-67b7-4dd7-8b36-12503bbdba14___RS_HL 2681.JPG b/raw/image_folders/auto/Datasets/Normal/00fee259-67b7-4dd7-8b36-12503bbdba14___RS_HL 2681.JPG index 01443872b839a74c3454bd970862a342fde71118..a17a7817ef1cb4e96181b013633ee3aaee06c100 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/00fee259-67b7-4dd7-8b36-12503bbdba14___RS_HL 2681.JPG and b/raw/image_folders/auto/Datasets/Normal/00fee259-67b7-4dd7-8b36-12503bbdba14___RS_HL 2681.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0a02e8cb-b715-497f-a16a-c28b3409f927___RS_HL 7432.JPG b/raw/image_folders/auto/Datasets/Normal/0a02e8cb-b715-497f-a16a-c28b3409f927___RS_HL 7432.JPG index 60931d824dd940bfb2627c655b03a1f33afdcf8e..93591d521312b7ebe530230bb0c70610e4234e4f 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0a02e8cb-b715-497f-a16a-c28b3409f927___RS_HL 7432.JPG and b/raw/image_folders/auto/Datasets/Normal/0a02e8cb-b715-497f-a16a-c28b3409f927___RS_HL 7432.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0a0b8f78-df2d-4cfc-becf-cde10fa2766b___RS_HL 5487.JPG b/raw/image_folders/auto/Datasets/Normal/0a0b8f78-df2d-4cfc-becf-cde10fa2766b___RS_HL 5487.JPG index 8adefe82ce3b16a5fc94551cc5151d46dbfcd6a3..4004be14c0e4090a30d3c2e1e8ddf8f5005920c4 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0a0b8f78-df2d-4cfc-becf-cde10fa2766b___RS_HL 5487.JPG and b/raw/image_folders/auto/Datasets/Normal/0a0b8f78-df2d-4cfc-becf-cde10fa2766b___RS_HL 5487.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0a0bd696-c093-47ef-866b-7f5a40af3edb___JR_HL 3952.JPG b/raw/image_folders/auto/Datasets/Normal/0a0bd696-c093-47ef-866b-7f5a40af3edb___JR_HL 3952.JPG index 3552066984d7d6e7c44b3aa0432198eac26fdd20..87c9732ea7d45a73613bb13cb258856d7d271b5a 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0a0bd696-c093-47ef-866b-7f5a40af3edb___JR_HL 3952.JPG and b/raw/image_folders/auto/Datasets/Normal/0a0bd696-c093-47ef-866b-7f5a40af3edb___JR_HL 3952.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0a1319ef-0cbb-4fcc-8126-9c18813f3bac___JR_HL 4012.JPG b/raw/image_folders/auto/Datasets/Normal/0a1319ef-0cbb-4fcc-8126-9c18813f3bac___JR_HL 4012.JPG index 54c553676210418d9617575b633d75760b88dfbd..090ff7eda8eed1338ad9a40d55f6efe5a63773d7 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0a1319ef-0cbb-4fcc-8126-9c18813f3bac___JR_HL 4012.JPG and b/raw/image_folders/auto/Datasets/Normal/0a1319ef-0cbb-4fcc-8126-9c18813f3bac___JR_HL 4012.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0a273dc4-db45-4936-aee3-59919e1df44f___JR_HL 9805.JPG b/raw/image_folders/auto/Datasets/Normal/0a273dc4-db45-4936-aee3-59919e1df44f___JR_HL 9805.JPG index 8c92e23b41efd88ae03111e2c2b1ac8c1746eb6f..8b5b7f6460bcee89e13acf97c8a8d4d9d6925ea4 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0a273dc4-db45-4936-aee3-59919e1df44f___JR_HL 9805.JPG and b/raw/image_folders/auto/Datasets/Normal/0a273dc4-db45-4936-aee3-59919e1df44f___JR_HL 9805.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0a285c8b-1c31-48d4-89f2-af8b9edc36f6___RS_HL 5759.JPG b/raw/image_folders/auto/Datasets/Normal/0a285c8b-1c31-48d4-89f2-af8b9edc36f6___RS_HL 5759.JPG index 446b4a9d00d70ae462d58cbe498a8497b0f37b4f..7fadfc77cabd0312f03571d27329e4bb6bac9b7f 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0a285c8b-1c31-48d4-89f2-af8b9edc36f6___RS_HL 5759.JPG and b/raw/image_folders/auto/Datasets/Normal/0a285c8b-1c31-48d4-89f2-af8b9edc36f6___RS_HL 5759.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0a3f8b2f-9bb1-4da9-85a1-fb5a52c059e2___RS_HL 2478.JPG b/raw/image_folders/auto/Datasets/Normal/0a3f8b2f-9bb1-4da9-85a1-fb5a52c059e2___RS_HL 2478.JPG index 44da3baa22c5b7cdbb88874ee93ec71463fd159b..1a0f36a2f73a0b2ba69eaaaefed0f38646dd19ff 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0a3f8b2f-9bb1-4da9-85a1-fb5a52c059e2___RS_HL 2478.JPG and b/raw/image_folders/auto/Datasets/Normal/0a3f8b2f-9bb1-4da9-85a1-fb5a52c059e2___RS_HL 2478.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0a553fc0-fc2c-4598-baba-3bc10191447c___RS_HL 5969.JPG b/raw/image_folders/auto/Datasets/Normal/0a553fc0-fc2c-4598-baba-3bc10191447c___RS_HL 5969.JPG index 7bf25091fb815f72b140e381583630a5fe9c1419..2398e37f2d1bc761363feb550b47b1ae6aa3f6eb 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0a553fc0-fc2c-4598-baba-3bc10191447c___RS_HL 5969.JPG and b/raw/image_folders/auto/Datasets/Normal/0a553fc0-fc2c-4598-baba-3bc10191447c___RS_HL 5969.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0a68b3a9-e38f-45b5-8664-9c60e557a41d___JR_HL 9511.JPG b/raw/image_folders/auto/Datasets/Normal/0a68b3a9-e38f-45b5-8664-9c60e557a41d___JR_HL 9511.JPG index feb1f09c28c92b25a4c5685963b24c76fa8224e6..628315cba807399ecd1fd60327c23fa08148bbf3 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0a68b3a9-e38f-45b5-8664-9c60e557a41d___JR_HL 9511.JPG and b/raw/image_folders/auto/Datasets/Normal/0a68b3a9-e38f-45b5-8664-9c60e557a41d___JR_HL 9511.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0a818f22-929b-4ef8-bcdb-ac86e909ba26___RS_HL 5438.JPG b/raw/image_folders/auto/Datasets/Normal/0a818f22-929b-4ef8-bcdb-ac86e909ba26___RS_HL 5438.JPG index 7efee0778eb3c7504abd30ad40b99b41fdfc6092..615c85c33383abe35d28cd617564aee7522969e3 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0a818f22-929b-4ef8-bcdb-ac86e909ba26___RS_HL 5438.JPG and b/raw/image_folders/auto/Datasets/Normal/0a818f22-929b-4ef8-bcdb-ac86e909ba26___RS_HL 5438.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0a8747da-e4f8-41bc-8a02-0e726696dfd4___RS_HL 0673.JPG b/raw/image_folders/auto/Datasets/Normal/0a8747da-e4f8-41bc-8a02-0e726696dfd4___RS_HL 0673.JPG index 3476589214b3d3479944984855d2d8ece11fe44e..d25e1a1456e6e27251b0c548433d248708612c5f 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0a8747da-e4f8-41bc-8a02-0e726696dfd4___RS_HL 0673.JPG and b/raw/image_folders/auto/Datasets/Normal/0a8747da-e4f8-41bc-8a02-0e726696dfd4___RS_HL 0673.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0a8febf2-434f-4723-8fbd-9482eb1f2aec___RS_HL 5504.JPG b/raw/image_folders/auto/Datasets/Normal/0a8febf2-434f-4723-8fbd-9482eb1f2aec___RS_HL 5504.JPG index da93ed9b9e725cf0ebbe533ac8de32006d96034e..e12925872a14028ecce258b8ecda09d9a5d345eb 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0a8febf2-434f-4723-8fbd-9482eb1f2aec___RS_HL 5504.JPG and b/raw/image_folders/auto/Datasets/Normal/0a8febf2-434f-4723-8fbd-9482eb1f2aec___RS_HL 5504.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0acad158-32bf-4512-8f97-3b3856daffb5___RS_HL 0765.JPG b/raw/image_folders/auto/Datasets/Normal/0acad158-32bf-4512-8f97-3b3856daffb5___RS_HL 0765.JPG index b727176faae84bb1266b9fa0a88d3660cb72aa6c..e54d595e03a8f39f46c3ff145c5bbaa8ff58f6bf 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0acad158-32bf-4512-8f97-3b3856daffb5___RS_HL 0765.JPG and b/raw/image_folders/auto/Datasets/Normal/0acad158-32bf-4512-8f97-3b3856daffb5___RS_HL 0765.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0adc1c5b-8958-47c0-a152-f28078c214f1___RS_HL 7825.JPG b/raw/image_folders/auto/Datasets/Normal/0adc1c5b-8958-47c0-a152-f28078c214f1___RS_HL 7825.JPG index 6345f82be22e639ca46fefa6d0934c538ccc9f12..73438d49691317e502290d451c1662f835372e44 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0adc1c5b-8958-47c0-a152-f28078c214f1___RS_HL 7825.JPG and b/raw/image_folders/auto/Datasets/Normal/0adc1c5b-8958-47c0-a152-f28078c214f1___RS_HL 7825.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0af69fdc-fc5f-44ac-bb75-0939611516f6___RS_HL 0323.JPG b/raw/image_folders/auto/Datasets/Normal/0af69fdc-fc5f-44ac-bb75-0939611516f6___RS_HL 0323.JPG index b06be68e8736bbdb09648e6dc2cd2b06459ce499..02cfb886894f8bdc7d7ff2a772ce49a3681b52d7 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0af69fdc-fc5f-44ac-bb75-0939611516f6___RS_HL 0323.JPG and b/raw/image_folders/auto/Datasets/Normal/0af69fdc-fc5f-44ac-bb75-0939611516f6___RS_HL 0323.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0afaaf78-6ec5-49ee-a070-f6217039ed2d___RS_HL 7827.JPG b/raw/image_folders/auto/Datasets/Normal/0afaaf78-6ec5-49ee-a070-f6217039ed2d___RS_HL 7827.JPG index 7d832af18548fcee9f94930f2cb0ee437380476d..c4fe67529c3b922f4ae265494f4922bad7d801d5 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0afaaf78-6ec5-49ee-a070-f6217039ed2d___RS_HL 7827.JPG and b/raw/image_folders/auto/Datasets/Normal/0afaaf78-6ec5-49ee-a070-f6217039ed2d___RS_HL 7827.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0b00a1a8-b525-4392-bb6c-3ffb7d824bee___RS_HL 7904.JPG b/raw/image_folders/auto/Datasets/Normal/0b00a1a8-b525-4392-bb6c-3ffb7d824bee___RS_HL 7904.JPG index f0ea4bc20cfda93ad3c094f6dc138ce877a0cb6f..5d5693ea222b8080a559ef5c6302c0ea99ec79ea 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0b00a1a8-b525-4392-bb6c-3ffb7d824bee___RS_HL 7904.JPG and b/raw/image_folders/auto/Datasets/Normal/0b00a1a8-b525-4392-bb6c-3ffb7d824bee___RS_HL 7904.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0b0e61c1-0f6a-4cfa-8e3d-6034c1d95705___RS_HL 2249.JPG b/raw/image_folders/auto/Datasets/Normal/0b0e61c1-0f6a-4cfa-8e3d-6034c1d95705___RS_HL 2249.JPG index a6f390fffb9fa0bfc0dfccfb2cf33e8214820abe..2573527efb9208e5ca41835e58f2bc7bba51a5c6 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0b0e61c1-0f6a-4cfa-8e3d-6034c1d95705___RS_HL 2249.JPG and b/raw/image_folders/auto/Datasets/Normal/0b0e61c1-0f6a-4cfa-8e3d-6034c1d95705___RS_HL 2249.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0b2ed0b4-a6e1-4fb3-82dc-47f903f3d0a9___JR_HL 9603.JPG b/raw/image_folders/auto/Datasets/Normal/0b2ed0b4-a6e1-4fb3-82dc-47f903f3d0a9___JR_HL 9603.JPG index 4415747343e2bcea640e7c67ae6f081224320bc0..793d56c3f5e99336a45eb0d29254165f885cfd43 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0b2ed0b4-a6e1-4fb3-82dc-47f903f3d0a9___JR_HL 9603.JPG and b/raw/image_folders/auto/Datasets/Normal/0b2ed0b4-a6e1-4fb3-82dc-47f903f3d0a9___JR_HL 9603.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0b535337-dd82-45c2-84a5-df272f5fc236___JR_HL 3948.JPG b/raw/image_folders/auto/Datasets/Normal/0b535337-dd82-45c2-84a5-df272f5fc236___JR_HL 3948.JPG index 41f29c71b11f9ebc5c8a07b8d9f70a56e28c694f..9eafa28b8794b1c7eaca4ee6bbef9ee801882328 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0b535337-dd82-45c2-84a5-df272f5fc236___JR_HL 3948.JPG and b/raw/image_folders/auto/Datasets/Normal/0b535337-dd82-45c2-84a5-df272f5fc236___JR_HL 3948.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0b677e8e-e97d-4909-9dcd-a744fb6ac8a3___JR_HL 4260.JPG b/raw/image_folders/auto/Datasets/Normal/0b677e8e-e97d-4909-9dcd-a744fb6ac8a3___JR_HL 4260.JPG index 8fc4cf152738a9b563d0a29b80aadeef19f1746b..9ef34b7391b975c8bb1ae41c83cc545614e66dfa 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0b677e8e-e97d-4909-9dcd-a744fb6ac8a3___JR_HL 4260.JPG and b/raw/image_folders/auto/Datasets/Normal/0b677e8e-e97d-4909-9dcd-a744fb6ac8a3___JR_HL 4260.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0b6ec66f-fe63-4eef-8068-cf8ed0baf0de___RS_HL 7482.JPG b/raw/image_folders/auto/Datasets/Normal/0b6ec66f-fe63-4eef-8068-cf8ed0baf0de___RS_HL 7482.JPG index e7a8f17b36a6d8720ee921c1d7c1e7b6db4ba22c..a66259c121473924322fb5572a4bb2b936581a42 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0b6ec66f-fe63-4eef-8068-cf8ed0baf0de___RS_HL 7482.JPG and b/raw/image_folders/auto/Datasets/Normal/0b6ec66f-fe63-4eef-8068-cf8ed0baf0de___RS_HL 7482.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0b7a422b-f286-42ba-8896-68352bf7acc6___RS_HL 5022.JPG b/raw/image_folders/auto/Datasets/Normal/0b7a422b-f286-42ba-8896-68352bf7acc6___RS_HL 5022.JPG index c6b9528b04609a4cc44a3373275316f398da8cba..54321c003f4c1fbedb9981edb4d98e5d313db6de 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0b7a422b-f286-42ba-8896-68352bf7acc6___RS_HL 5022.JPG and b/raw/image_folders/auto/Datasets/Normal/0b7a422b-f286-42ba-8896-68352bf7acc6___RS_HL 5022.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0b7b9ff9-4324-4ee0-a77c-6bf4b9331c6d___JR_HL 4110.JPG b/raw/image_folders/auto/Datasets/Normal/0b7b9ff9-4324-4ee0-a77c-6bf4b9331c6d___JR_HL 4110.JPG index 846a43164e9a7986cdd5e178a24ec7adf9293df5..47af5fe5a376d60d6f8d5189a4b1bc17154a8299 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0b7b9ff9-4324-4ee0-a77c-6bf4b9331c6d___JR_HL 4110.JPG and b/raw/image_folders/auto/Datasets/Normal/0b7b9ff9-4324-4ee0-a77c-6bf4b9331c6d___JR_HL 4110.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0b91573d-d0f3-4e57-b7e5-e1924f537f0e___RS_HL 6216.JPG b/raw/image_folders/auto/Datasets/Normal/0b91573d-d0f3-4e57-b7e5-e1924f537f0e___RS_HL 6216.JPG index 883057d35796d2fefccf530c1b2a7f755a40673c..871d519a4c3c4b82e9bd080c83a5807a72d2c596 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0b91573d-d0f3-4e57-b7e5-e1924f537f0e___RS_HL 6216.JPG and b/raw/image_folders/auto/Datasets/Normal/0b91573d-d0f3-4e57-b7e5-e1924f537f0e___RS_HL 6216.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0bfa6184-b84f-4d8e-9910-74abd315009a___JR_HL 9480.JPG b/raw/image_folders/auto/Datasets/Normal/0bfa6184-b84f-4d8e-9910-74abd315009a___JR_HL 9480.JPG index 9a59cea6062cc063bb1800695085b2b460d5338f..963ae1126e990cfc817f553da8f9908d66296d49 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0bfa6184-b84f-4d8e-9910-74abd315009a___JR_HL 9480.JPG and b/raw/image_folders/auto/Datasets/Normal/0bfa6184-b84f-4d8e-9910-74abd315009a___JR_HL 9480.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0c104a65-d734-45f5-98a1-621825705add___JR_HL 9478.JPG b/raw/image_folders/auto/Datasets/Normal/0c104a65-d734-45f5-98a1-621825705add___JR_HL 9478.JPG index e32a4f5a88257a7b2121f7ddd90ad1b1e49942f2..6511e75ea69eaad00dddedee1ee81b7f84a58bff 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0c104a65-d734-45f5-98a1-621825705add___JR_HL 9478.JPG and b/raw/image_folders/auto/Datasets/Normal/0c104a65-d734-45f5-98a1-621825705add___JR_HL 9478.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0cc09402-01b5-46a2-a5b1-f9b22f415eaf___JR_HL 9885 copy.JPG b/raw/image_folders/auto/Datasets/Normal/0cc09402-01b5-46a2-a5b1-f9b22f415eaf___JR_HL 9885 copy.JPG index d3343f610225f97871ad2318fd3b54303eef710c..78dfedd379b26c801fc1c4219d98b8c2d1eb1b45 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0cc09402-01b5-46a2-a5b1-f9b22f415eaf___JR_HL 9885 copy.JPG and b/raw/image_folders/auto/Datasets/Normal/0cc09402-01b5-46a2-a5b1-f9b22f415eaf___JR_HL 9885 copy.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0ce4ee15-d59b-4212-ab2a-8b6a07f3634f___JR_HL 9707.JPG b/raw/image_folders/auto/Datasets/Normal/0ce4ee15-d59b-4212-ab2a-8b6a07f3634f___JR_HL 9707.JPG index 39daae7c7efdeaf7001964f7ea3d5a3903aae927..9a5634a875cff9b06a3f7f7395964cd3d58e033e 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0ce4ee15-d59b-4212-ab2a-8b6a07f3634f___JR_HL 9707.JPG and b/raw/image_folders/auto/Datasets/Normal/0ce4ee15-d59b-4212-ab2a-8b6a07f3634f___JR_HL 9707.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0de1122b-b2f0-4ae4-bd30-1893331a9ea1___JR_HL 9681.JPG b/raw/image_folders/auto/Datasets/Normal/0de1122b-b2f0-4ae4-bd30-1893331a9ea1___JR_HL 9681.JPG index a8841c0f597cdb1022ae94cdf9c176b7c699ecd6..1be5b29799572fc61bf17b438da38ae38f6a53f4 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0de1122b-b2f0-4ae4-bd30-1893331a9ea1___JR_HL 9681.JPG and b/raw/image_folders/auto/Datasets/Normal/0de1122b-b2f0-4ae4-bd30-1893331a9ea1___JR_HL 9681.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0de7baec-4dc0-4778-b3be-34820288f09f___JR_HL 3932.JPG b/raw/image_folders/auto/Datasets/Normal/0de7baec-4dc0-4778-b3be-34820288f09f___JR_HL 3932.JPG index 949310559f78f69942f8c2635cbeea5b56cd3c06..530c74877bcb7f1470f0bc4e0ba20d199bd77ac2 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0de7baec-4dc0-4778-b3be-34820288f09f___JR_HL 3932.JPG and b/raw/image_folders/auto/Datasets/Normal/0de7baec-4dc0-4778-b3be-34820288f09f___JR_HL 3932.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0e2e2f2a-17d6-40fd-b084-0391ad37a19f___JR_HL 9573.JPG b/raw/image_folders/auto/Datasets/Normal/0e2e2f2a-17d6-40fd-b084-0391ad37a19f___JR_HL 9573.JPG index 8526ed371282ae65f272477e0b1525c2e0f00b4c..8395de2f6953c1a1852016bbc376b33f0f794b6f 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0e2e2f2a-17d6-40fd-b084-0391ad37a19f___JR_HL 9573.JPG and b/raw/image_folders/auto/Datasets/Normal/0e2e2f2a-17d6-40fd-b084-0391ad37a19f___JR_HL 9573.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0e74a030-4b86-4c3f-8944-31e68d1911ba___JR_HL 4016.JPG b/raw/image_folders/auto/Datasets/Normal/0e74a030-4b86-4c3f-8944-31e68d1911ba___JR_HL 4016.JPG index 344ae45fe57e86211aedd931df65844c9d5d7e6b..eec3d51049de843368a22e8cd82c3fbfa6c09d17 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0e74a030-4b86-4c3f-8944-31e68d1911ba___JR_HL 4016.JPG and b/raw/image_folders/auto/Datasets/Normal/0e74a030-4b86-4c3f-8944-31e68d1911ba___JR_HL 4016.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0f41f03c-9119-4c35-8817-049fe34453a1___JR_HL 3920.JPG b/raw/image_folders/auto/Datasets/Normal/0f41f03c-9119-4c35-8817-049fe34453a1___JR_HL 3920.JPG index e89647480c06376894ff12a521a9abb8565d0bfe..0bf72edaed9bbeb777cc7e6afc7b4c8db64d2713 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0f41f03c-9119-4c35-8817-049fe34453a1___JR_HL 3920.JPG and b/raw/image_folders/auto/Datasets/Normal/0f41f03c-9119-4c35-8817-049fe34453a1___JR_HL 3920.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0f586b94-6c22-4cd7-8c47-4376c4d88226___JR_HL 9560.JPG b/raw/image_folders/auto/Datasets/Normal/0f586b94-6c22-4cd7-8c47-4376c4d88226___JR_HL 9560.JPG index 9a2821c04d5bf5dd06c9090d31c697463a090f0e..0c5205886d746512f0062d38a5b338a97d805b9a 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0f586b94-6c22-4cd7-8c47-4376c4d88226___JR_HL 9560.JPG and b/raw/image_folders/auto/Datasets/Normal/0f586b94-6c22-4cd7-8c47-4376c4d88226___JR_HL 9560.JPG differ diff --git a/raw/image_folders/auto/Datasets/Normal/0f5911ec-803a-4f2c-8e41-4b122ab98ce0___JR_HL 9847.JPG b/raw/image_folders/auto/Datasets/Normal/0f5911ec-803a-4f2c-8e41-4b122ab98ce0___JR_HL 9847.JPG index 80ff5f0254bbc8c5a241b24545230ce343b915b9..f5fd46c13eac766db88289727859440b505e394b 100644 Binary files a/raw/image_folders/auto/Datasets/Normal/0f5911ec-803a-4f2c-8e41-4b122ab98ce0___JR_HL 9847.JPG and b/raw/image_folders/auto/Datasets/Normal/0f5911ec-803a-4f2c-8e41-4b122ab98ce0___JR_HL 9847.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/02e6c80d-c86f-44ca-9d4c-4b100f92a839___RS_GLSp 4631.JPG b/raw/image_folders/auto/Datasets/Virus/02e6c80d-c86f-44ca-9d4c-4b100f92a839___RS_GLSp 4631.JPG index 2117fe5f022879d93ca4872fcf356d693bd1e61e..1e2976ddcb94a78b7c977c70e7eb8d5115d8e8ca 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/02e6c80d-c86f-44ca-9d4c-4b100f92a839___RS_GLSp 4631.JPG and b/raw/image_folders/auto/Datasets/Virus/02e6c80d-c86f-44ca-9d4c-4b100f92a839___RS_GLSp 4631.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/05daf90f-9100-499f-a4aa-ebc5dfc20adf___RS_GLSp 7335.JPG b/raw/image_folders/auto/Datasets/Virus/05daf90f-9100-499f-a4aa-ebc5dfc20adf___RS_GLSp 7335.JPG index 822789b670d0b23e7e26f51cb4eb4b10d4fb7f9e..b86b412ae373e5e12bebb8ff71fe08ab97867fb5 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/05daf90f-9100-499f-a4aa-ebc5dfc20adf___RS_GLSp 7335.JPG and b/raw/image_folders/auto/Datasets/Virus/05daf90f-9100-499f-a4aa-ebc5dfc20adf___RS_GLSp 7335.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/05f92471-3cd4-441b-af21-1a02304d0b6c___RS_GLSp 7315.JPG b/raw/image_folders/auto/Datasets/Virus/05f92471-3cd4-441b-af21-1a02304d0b6c___RS_GLSp 7315.JPG index 6e971831d295dd59e6b5db947e02e14c8dcb0493..4c468f22672d7dbd7d75ef777eebbc7b959da6e1 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/05f92471-3cd4-441b-af21-1a02304d0b6c___RS_GLSp 7315.JPG and b/raw/image_folders/auto/Datasets/Virus/05f92471-3cd4-441b-af21-1a02304d0b6c___RS_GLSp 7315.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/1b1991ac-4e5c-4528-ac3d-096d63fb05aa___RS_GLSp 4491.JPG b/raw/image_folders/auto/Datasets/Virus/1b1991ac-4e5c-4528-ac3d-096d63fb05aa___RS_GLSp 4491.JPG index 5455f4a0034d01c708bdaf4e984cbfbd8c268601..549d2c45a2bd3b505167779a7d3d3d4461a21152 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/1b1991ac-4e5c-4528-ac3d-096d63fb05aa___RS_GLSp 4491.JPG and b/raw/image_folders/auto/Datasets/Virus/1b1991ac-4e5c-4528-ac3d-096d63fb05aa___RS_GLSp 4491.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/1b6664a7-03f9-4ced-8dcd-b85a18554aa5___RS_GLSp 7324.JPG b/raw/image_folders/auto/Datasets/Virus/1b6664a7-03f9-4ced-8dcd-b85a18554aa5___RS_GLSp 7324.JPG index c1032079e384c7847277e1aeafc6902f49346bb2..00f65b3a2812a813b6103e4e3e26650d20e4e546 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/1b6664a7-03f9-4ced-8dcd-b85a18554aa5___RS_GLSp 7324.JPG and b/raw/image_folders/auto/Datasets/Virus/1b6664a7-03f9-4ced-8dcd-b85a18554aa5___RS_GLSp 7324.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/1effc5b5-4f56-4374-92c8-4acb0b506527___RS_GLSp 7314.JPG b/raw/image_folders/auto/Datasets/Virus/1effc5b5-4f56-4374-92c8-4acb0b506527___RS_GLSp 7314.JPG index 8aafb87668bc9bc248216afe5f0fde415d0dc240..b598f6f5298cc8e73d9e9a725f04f225eca12bfe 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/1effc5b5-4f56-4374-92c8-4acb0b506527___RS_GLSp 7314.JPG and b/raw/image_folders/auto/Datasets/Virus/1effc5b5-4f56-4374-92c8-4acb0b506527___RS_GLSp 7314.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/1f494486-8d19-45a2-8e34-0562e16b1307___RS_GLSp 4456.JPG b/raw/image_folders/auto/Datasets/Virus/1f494486-8d19-45a2-8e34-0562e16b1307___RS_GLSp 4456.JPG index 87d003ec8880eab578da136633f58e9284961954..9bf3c1b40e1532b49d06b4051e2b11bce52be2dd 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/1f494486-8d19-45a2-8e34-0562e16b1307___RS_GLSp 4456.JPG and b/raw/image_folders/auto/Datasets/Virus/1f494486-8d19-45a2-8e34-0562e16b1307___RS_GLSp 4456.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/2a2ad0a4-9f19-4366-88d3-c1c87ffc9f90___RS_GLSp 4385.JPG b/raw/image_folders/auto/Datasets/Virus/2a2ad0a4-9f19-4366-88d3-c1c87ffc9f90___RS_GLSp 4385.JPG index f56c0c0ba8214313b1c3f028bc50f128d73bd6fa..cd0ebe162fc4043bb8246f1dc31e1c30df3212eb 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/2a2ad0a4-9f19-4366-88d3-c1c87ffc9f90___RS_GLSp 4385.JPG and b/raw/image_folders/auto/Datasets/Virus/2a2ad0a4-9f19-4366-88d3-c1c87ffc9f90___RS_GLSp 4385.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/2aca721c-1600-4f8c-8e79-df33973c671c___RS_GLSp 9348.JPG b/raw/image_folders/auto/Datasets/Virus/2aca721c-1600-4f8c-8e79-df33973c671c___RS_GLSp 9348.JPG index 2b022f1a6ee12b4893b479bfdb804ac576f888ad..538f23af88b8a76d0a681bde6aabb79e08df0033 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/2aca721c-1600-4f8c-8e79-df33973c671c___RS_GLSp 9348.JPG and b/raw/image_folders/auto/Datasets/Virus/2aca721c-1600-4f8c-8e79-df33973c671c___RS_GLSp 9348.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/2b6bb6a5-3f70-48da-a968-13d840815bbb___RS_GLSp 9277.JPG b/raw/image_folders/auto/Datasets/Virus/2b6bb6a5-3f70-48da-a968-13d840815bbb___RS_GLSp 9277.JPG index 82b62ae513156bb29f63d2613081c4c99a109699..0ab33cd31f8e5072cc9e71c81548f975424de3cb 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/2b6bb6a5-3f70-48da-a968-13d840815bbb___RS_GLSp 9277.JPG and b/raw/image_folders/auto/Datasets/Virus/2b6bb6a5-3f70-48da-a968-13d840815bbb___RS_GLSp 9277.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/2bfff79a-08ce-4f07-a059-465326ef2ea2___RS_GLSp 4436.JPG b/raw/image_folders/auto/Datasets/Virus/2bfff79a-08ce-4f07-a059-465326ef2ea2___RS_GLSp 4436.JPG index 0eb9184f9d344be5345fdc2306b9d4e1dc1958ee..7deeee4f1ca6289ba9fa89caef464bc6e2efeacd 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/2bfff79a-08ce-4f07-a059-465326ef2ea2___RS_GLSp 4436.JPG and b/raw/image_folders/auto/Datasets/Virus/2bfff79a-08ce-4f07-a059-465326ef2ea2___RS_GLSp 4436.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/2ca70127-9310-4312-8769-d9d6b43526a1___RS_GLSp 4369.JPG b/raw/image_folders/auto/Datasets/Virus/2ca70127-9310-4312-8769-d9d6b43526a1___RS_GLSp 4369.JPG index 508cfeaffce4277b67362872bf375585a8218d2f..196be9bdb7841311370c319604a4fd7a5a5f2919 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/2ca70127-9310-4312-8769-d9d6b43526a1___RS_GLSp 4369.JPG and b/raw/image_folders/auto/Datasets/Virus/2ca70127-9310-4312-8769-d9d6b43526a1___RS_GLSp 4369.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/2ccec9ab-60e1-4b79-bfdc-b33d387db907___RS_GLSp 4576.JPG b/raw/image_folders/auto/Datasets/Virus/2ccec9ab-60e1-4b79-bfdc-b33d387db907___RS_GLSp 4576.JPG index dd9508b7d6f3103b2e6b78b87196b8d53e5ea0fb..3d248b33aaec3d913305597310a499ef3bfda3d9 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/2ccec9ab-60e1-4b79-bfdc-b33d387db907___RS_GLSp 4576.JPG and b/raw/image_folders/auto/Datasets/Virus/2ccec9ab-60e1-4b79-bfdc-b33d387db907___RS_GLSp 4576.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/2e123765-bd5f-461e-a658-7b4c5c4f5564___RS_GLSp 4594.JPG b/raw/image_folders/auto/Datasets/Virus/2e123765-bd5f-461e-a658-7b4c5c4f5564___RS_GLSp 4594.JPG index b109766e31d56c1d9675570eb3b88a3644561fea..aa50c54159692b3cbab518824385862c26540bd0 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/2e123765-bd5f-461e-a658-7b4c5c4f5564___RS_GLSp 4594.JPG and b/raw/image_folders/auto/Datasets/Virus/2e123765-bd5f-461e-a658-7b4c5c4f5564___RS_GLSp 4594.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/2e3c83d4-fbbc-4250-a3e6-96bff8d8164a___RS_GLSp 4634.JPG b/raw/image_folders/auto/Datasets/Virus/2e3c83d4-fbbc-4250-a3e6-96bff8d8164a___RS_GLSp 4634.JPG index 37b4953395bb9e888dde25e705860a19ac7507c6..edf6af8515b925ec5876c5581abdef34df8ab92f 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/2e3c83d4-fbbc-4250-a3e6-96bff8d8164a___RS_GLSp 4634.JPG and b/raw/image_folders/auto/Datasets/Virus/2e3c83d4-fbbc-4250-a3e6-96bff8d8164a___RS_GLSp 4634.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/2ff35cfb-2145-4844-9755-e977af5f661d___RS_GLSp 4434.JPG b/raw/image_folders/auto/Datasets/Virus/2ff35cfb-2145-4844-9755-e977af5f661d___RS_GLSp 4434.JPG index 94b0fc299a391e149448232425871091aba7c87f..ba55e582563c116983e5c552ecb82f98f411b174 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/2ff35cfb-2145-4844-9755-e977af5f661d___RS_GLSp 4434.JPG and b/raw/image_folders/auto/Datasets/Virus/2ff35cfb-2145-4844-9755-e977af5f661d___RS_GLSp 4434.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/3a1f523c-0012-43c3-9475-fc458e3511d4___RS_GLSp 4579.JPG b/raw/image_folders/auto/Datasets/Virus/3a1f523c-0012-43c3-9475-fc458e3511d4___RS_GLSp 4579.JPG index 60817ec0ca92c9213278923c8c1bd2ba779964ce..df102e0e0560f4a9b0d3a0ab698e22297f158f9e 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/3a1f523c-0012-43c3-9475-fc458e3511d4___RS_GLSp 4579.JPG and b/raw/image_folders/auto/Datasets/Virus/3a1f523c-0012-43c3-9475-fc458e3511d4___RS_GLSp 4579.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/3aeb9908-679b-4d53-8925-5b436d0961d8___RS_GLSp 9317.JPG b/raw/image_folders/auto/Datasets/Virus/3aeb9908-679b-4d53-8925-5b436d0961d8___RS_GLSp 9317.JPG index 2e9006a510449eca025e8a44694487215db2549e..d0b1b3c4c371f71146e09e279d16367e8fcd8227 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/3aeb9908-679b-4d53-8925-5b436d0961d8___RS_GLSp 9317.JPG and b/raw/image_folders/auto/Datasets/Virus/3aeb9908-679b-4d53-8925-5b436d0961d8___RS_GLSp 9317.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/3af22715-5f08-4b3b-8c88-6264a73accba___RS_GLSp 7293.JPG b/raw/image_folders/auto/Datasets/Virus/3af22715-5f08-4b3b-8c88-6264a73accba___RS_GLSp 7293.JPG index 84d3dbd84016150854c39d6a8782c916f8c09e5d..6c11c6268c9cdc1427cf34b65b8752892ab03e76 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/3af22715-5f08-4b3b-8c88-6264a73accba___RS_GLSp 7293.JPG and b/raw/image_folders/auto/Datasets/Virus/3af22715-5f08-4b3b-8c88-6264a73accba___RS_GLSp 7293.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/3b264c40-1333-4dbe-bf91-0cc2bb183167___RS_GLSp 9365.JPG b/raw/image_folders/auto/Datasets/Virus/3b264c40-1333-4dbe-bf91-0cc2bb183167___RS_GLSp 9365.JPG index bd878a58a013cf951430cb241b3c7a503e65dd29..7760f05eb36ae1648c4a90e9591c9df6fc01172a 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/3b264c40-1333-4dbe-bf91-0cc2bb183167___RS_GLSp 9365.JPG and b/raw/image_folders/auto/Datasets/Virus/3b264c40-1333-4dbe-bf91-0cc2bb183167___RS_GLSp 9365.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/3b9cce3e-5b77-444d-957d-71e3a105d66e___RS_GLSp 7289.JPG b/raw/image_folders/auto/Datasets/Virus/3b9cce3e-5b77-444d-957d-71e3a105d66e___RS_GLSp 7289.JPG index efbe5510f5feeaafafeea96ab0f35905f3d9d30d..a17776df3141f233508dad138395909c544ed8ee 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/3b9cce3e-5b77-444d-957d-71e3a105d66e___RS_GLSp 7289.JPG and b/raw/image_folders/auto/Datasets/Virus/3b9cce3e-5b77-444d-957d-71e3a105d66e___RS_GLSp 7289.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/3bc17d8a-7efc-469a-a0af-aa8a68e62e89___RS_GLSp 9323.JPG b/raw/image_folders/auto/Datasets/Virus/3bc17d8a-7efc-469a-a0af-aa8a68e62e89___RS_GLSp 9323.JPG index 57a357e63fb57fbaac6c62eea36913c9b96b14ea..9b05de311c9afca6ac9ddd18bd8f25eca1d02be5 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/3bc17d8a-7efc-469a-a0af-aa8a68e62e89___RS_GLSp 9323.JPG and b/raw/image_folders/auto/Datasets/Virus/3bc17d8a-7efc-469a-a0af-aa8a68e62e89___RS_GLSp 9323.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/3bc19f2c-2ab4-4a1c-bd0f-e0a322058b8b___RS_GLSp 4423.JPG b/raw/image_folders/auto/Datasets/Virus/3bc19f2c-2ab4-4a1c-bd0f-e0a322058b8b___RS_GLSp 4423.JPG index 72da774250aca5e89af93ed583ddaaa025b30b26..5fa8d3f0dbbd845f5fcef2ebe3084da751d9d749 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/3bc19f2c-2ab4-4a1c-bd0f-e0a322058b8b___RS_GLSp 4423.JPG and b/raw/image_folders/auto/Datasets/Virus/3bc19f2c-2ab4-4a1c-bd0f-e0a322058b8b___RS_GLSp 4423.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/3c53ba48-cb78-4803-b01c-7d10ea13284c___RS_GLSp 4611.JPG b/raw/image_folders/auto/Datasets/Virus/3c53ba48-cb78-4803-b01c-7d10ea13284c___RS_GLSp 4611.JPG index 2beda20b63086455141039904f7f3d6a0c36858c..4e282949d36f01dcd1e09a47f260bd564e542dc8 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/3c53ba48-cb78-4803-b01c-7d10ea13284c___RS_GLSp 4611.JPG and b/raw/image_folders/auto/Datasets/Virus/3c53ba48-cb78-4803-b01c-7d10ea13284c___RS_GLSp 4611.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/3c70ede6-fd2c-4e9c-8c2c-2d6a369564d4___RS_GLSp 4345.JPG b/raw/image_folders/auto/Datasets/Virus/3c70ede6-fd2c-4e9c-8c2c-2d6a369564d4___RS_GLSp 4345.JPG index c789c4a5fc84445323af6ab6aff7ca6a744d75f6..f2b81c153292110554eac3d89ff7bf7ebd7d4b7c 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/3c70ede6-fd2c-4e9c-8c2c-2d6a369564d4___RS_GLSp 4345.JPG and b/raw/image_folders/auto/Datasets/Virus/3c70ede6-fd2c-4e9c-8c2c-2d6a369564d4___RS_GLSp 4345.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/3caaee0c-993e-4b59-8e88-ab7ee052ed48___RS_GLSp 4643.JPG b/raw/image_folders/auto/Datasets/Virus/3caaee0c-993e-4b59-8e88-ab7ee052ed48___RS_GLSp 4643.JPG index 9b8f98afe561533ddefb3a6e6e0e167436e7d070..cc8426b0fdac59d42538c17d0976cda34966f534 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/3caaee0c-993e-4b59-8e88-ab7ee052ed48___RS_GLSp 4643.JPG and b/raw/image_folders/auto/Datasets/Virus/3caaee0c-993e-4b59-8e88-ab7ee052ed48___RS_GLSp 4643.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/3d30d46e-da0d-402f-97e8-e1d79cdd7a56___RS_GLSp 4638.JPG b/raw/image_folders/auto/Datasets/Virus/3d30d46e-da0d-402f-97e8-e1d79cdd7a56___RS_GLSp 4638.JPG index 7ff86dab94a0e1db1a1a063e612cebb8dafc98a2..20508ee6a59d41e5db4ba3d39cab752e19839544 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/3d30d46e-da0d-402f-97e8-e1d79cdd7a56___RS_GLSp 4638.JPG and b/raw/image_folders/auto/Datasets/Virus/3d30d46e-da0d-402f-97e8-e1d79cdd7a56___RS_GLSp 4638.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/3dc975e5-3570-4dbd-b163-a6f2947fc35f___RS_GLSp 4376.JPG b/raw/image_folders/auto/Datasets/Virus/3dc975e5-3570-4dbd-b163-a6f2947fc35f___RS_GLSp 4376.JPG index ec795edee70a953ff7caaa2110e276133cbb5ab9..c97f8a7a8f49f3d49bc2486400ed21ae0f146f57 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/3dc975e5-3570-4dbd-b163-a6f2947fc35f___RS_GLSp 4376.JPG and b/raw/image_folders/auto/Datasets/Virus/3dc975e5-3570-4dbd-b163-a6f2947fc35f___RS_GLSp 4376.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/3e21011f-edbd-4a4a-ae6d-16e08552169a___RS_GLSp 7310.JPG b/raw/image_folders/auto/Datasets/Virus/3e21011f-edbd-4a4a-ae6d-16e08552169a___RS_GLSp 7310.JPG index ce7bbd248c9cfe14900b57c02491449dec8a8853..b18ed90843129a5fa959b2c5d4cccade4ad97834 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/3e21011f-edbd-4a4a-ae6d-16e08552169a___RS_GLSp 7310.JPG and b/raw/image_folders/auto/Datasets/Virus/3e21011f-edbd-4a4a-ae6d-16e08552169a___RS_GLSp 7310.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/3e52b140-6513-4a97-8ee8-9935a7d4b8b8___RS_GLSp 9279.JPG b/raw/image_folders/auto/Datasets/Virus/3e52b140-6513-4a97-8ee8-9935a7d4b8b8___RS_GLSp 9279.JPG index 5e6acf9736300c8f71c3ced9758aae4c70522ea7..06b46b5482c1c1445b0baf553fe8c6d240317274 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/3e52b140-6513-4a97-8ee8-9935a7d4b8b8___RS_GLSp 9279.JPG and b/raw/image_folders/auto/Datasets/Virus/3e52b140-6513-4a97-8ee8-9935a7d4b8b8___RS_GLSp 9279.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/3e5705e7-401a-4327-9d07-3b5a54ce5b38___RS_GLSp 4459.JPG b/raw/image_folders/auto/Datasets/Virus/3e5705e7-401a-4327-9d07-3b5a54ce5b38___RS_GLSp 4459.JPG index 5290879759dd39865cf9cd9f4de390d2318ae4ef..d2f1b7336ab3fec4269eef8c44c5c94303e9e2ab 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/3e5705e7-401a-4327-9d07-3b5a54ce5b38___RS_GLSp 4459.JPG and b/raw/image_folders/auto/Datasets/Virus/3e5705e7-401a-4327-9d07-3b5a54ce5b38___RS_GLSp 4459.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/3fefc48b-6431-4c5c-acc7-19217866da5b___RS_GLSp 9292.JPG b/raw/image_folders/auto/Datasets/Virus/3fefc48b-6431-4c5c-acc7-19217866da5b___RS_GLSp 9292.JPG index 4a561a8a74fd85e04d73fb050e2e574fd757db85..57025abf909b3f7250cf332f4ed3103df0076996 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/3fefc48b-6431-4c5c-acc7-19217866da5b___RS_GLSp 9292.JPG and b/raw/image_folders/auto/Datasets/Virus/3fefc48b-6431-4c5c-acc7-19217866da5b___RS_GLSp 9292.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/4be4a686-ab64-43d7-9d7c-0939e389aac9___RS_GLSp 9338.JPG b/raw/image_folders/auto/Datasets/Virus/4be4a686-ab64-43d7-9d7c-0939e389aac9___RS_GLSp 9338.JPG index c731ed7909562115a7b9ef18cacaefe734087ec1..00b7b22ec17d16654e03054495fc399ab7d53e8b 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/4be4a686-ab64-43d7-9d7c-0939e389aac9___RS_GLSp 9338.JPG and b/raw/image_folders/auto/Datasets/Virus/4be4a686-ab64-43d7-9d7c-0939e389aac9___RS_GLSp 9338.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/4c7894c0-29a5-4643-85ff-95ddb85dbd81___RS_GLSp 4605.JPG b/raw/image_folders/auto/Datasets/Virus/4c7894c0-29a5-4643-85ff-95ddb85dbd81___RS_GLSp 4605.JPG index 9641dae08c8478da70b379148214016973c5376c..690b5b658cd993556c72dea74536dedb006f010c 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/4c7894c0-29a5-4643-85ff-95ddb85dbd81___RS_GLSp 4605.JPG and b/raw/image_folders/auto/Datasets/Virus/4c7894c0-29a5-4643-85ff-95ddb85dbd81___RS_GLSp 4605.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/4cd3f6c7-18ed-45eb-ba31-013241482123___RS_GLSp 4292.JPG b/raw/image_folders/auto/Datasets/Virus/4cd3f6c7-18ed-45eb-ba31-013241482123___RS_GLSp 4292.JPG index c95df6ff4b609632d0326483b63613b53a9e020f..f73e782aa8f533b3db0adac7825b64900ae8d857 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/4cd3f6c7-18ed-45eb-ba31-013241482123___RS_GLSp 4292.JPG and b/raw/image_folders/auto/Datasets/Virus/4cd3f6c7-18ed-45eb-ba31-013241482123___RS_GLSp 4292.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/4d603da2-b570-4d8a-ba97-28f99c42dd89___RS_GLSp 7343.JPG b/raw/image_folders/auto/Datasets/Virus/4d603da2-b570-4d8a-ba97-28f99c42dd89___RS_GLSp 7343.JPG index 37ee8188150047de2e783317463cb5216c0db6cf..b64e11133750fbf97468b4626ad70e481c828380 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/4d603da2-b570-4d8a-ba97-28f99c42dd89___RS_GLSp 7343.JPG and b/raw/image_folders/auto/Datasets/Virus/4d603da2-b570-4d8a-ba97-28f99c42dd89___RS_GLSp 7343.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/4f01283d-c07f-4c1f-9a94-186536d98196___RS_GLSp 4486.JPG b/raw/image_folders/auto/Datasets/Virus/4f01283d-c07f-4c1f-9a94-186536d98196___RS_GLSp 4486.JPG index bcee274d1328f950eb7d3d9261686bd1f18e8390..24bf617764fbe48b810f9c1d4d2730b5bf460b7c 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/4f01283d-c07f-4c1f-9a94-186536d98196___RS_GLSp 4486.JPG and b/raw/image_folders/auto/Datasets/Virus/4f01283d-c07f-4c1f-9a94-186536d98196___RS_GLSp 4486.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/4f3406d0-c000-40ea-91e2-0e41d69f668b___RS_GLSp 4458.JPG b/raw/image_folders/auto/Datasets/Virus/4f3406d0-c000-40ea-91e2-0e41d69f668b___RS_GLSp 4458.JPG index adf8aa98fde5160cf6461a562052d28b1a59cebb..834e5ce577ff7a20d1901c20092c8b38b19c9ec8 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/4f3406d0-c000-40ea-91e2-0e41d69f668b___RS_GLSp 4458.JPG and b/raw/image_folders/auto/Datasets/Virus/4f3406d0-c000-40ea-91e2-0e41d69f668b___RS_GLSp 4458.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/4f50bad3-aee2-4d6d-a144-5c56f4c1fdd9___RS_GLSp 9297.JPG b/raw/image_folders/auto/Datasets/Virus/4f50bad3-aee2-4d6d-a144-5c56f4c1fdd9___RS_GLSp 9297.JPG index 52e75f60aff687f59e7e34f7c0914918cbeb1928..fad2d82dd020161e7644471b94b74672e125b343 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/4f50bad3-aee2-4d6d-a144-5c56f4c1fdd9___RS_GLSp 9297.JPG and b/raw/image_folders/auto/Datasets/Virus/4f50bad3-aee2-4d6d-a144-5c56f4c1fdd9___RS_GLSp 9297.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/5ac6ef38-097e-4509-9090-1c02cf2c152a___RS_GLSp 4650.JPG b/raw/image_folders/auto/Datasets/Virus/5ac6ef38-097e-4509-9090-1c02cf2c152a___RS_GLSp 4650.JPG index 461f1de1c283a408d84190d2e12fd1db45b8d692..ab04b6a240b8e4ea6f966eb624c80198820e1535 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/5ac6ef38-097e-4509-9090-1c02cf2c152a___RS_GLSp 4650.JPG and b/raw/image_folders/auto/Datasets/Virus/5ac6ef38-097e-4509-9090-1c02cf2c152a___RS_GLSp 4650.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/5afd034f-f65c-4eed-9bde-f3dcb2950072___RS_GLSp 4422.JPG b/raw/image_folders/auto/Datasets/Virus/5afd034f-f65c-4eed-9bde-f3dcb2950072___RS_GLSp 4422.JPG index 289d2c9474bda714ebb36897ac512af595a3ac22..bd636863825a90cb825cd73765582089b37ec460 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/5afd034f-f65c-4eed-9bde-f3dcb2950072___RS_GLSp 4422.JPG and b/raw/image_folders/auto/Datasets/Virus/5afd034f-f65c-4eed-9bde-f3dcb2950072___RS_GLSp 4422.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/5b6fe4ff-01b0-4b9d-ad8d-4c6c8ef909be___RS_GLSp 9302.JPG b/raw/image_folders/auto/Datasets/Virus/5b6fe4ff-01b0-4b9d-ad8d-4c6c8ef909be___RS_GLSp 9302.JPG index 77ae78721161cf5ab65777f7145e45f7c042ad6e..359b09d08f9f3bca77caa4d9d3200fcd6462ec01 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/5b6fe4ff-01b0-4b9d-ad8d-4c6c8ef909be___RS_GLSp 9302.JPG and b/raw/image_folders/auto/Datasets/Virus/5b6fe4ff-01b0-4b9d-ad8d-4c6c8ef909be___RS_GLSp 9302.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/5cbbb4b8-88cc-4d5f-907a-505a2a831b8a___RS_GLSp 4599.JPG b/raw/image_folders/auto/Datasets/Virus/5cbbb4b8-88cc-4d5f-907a-505a2a831b8a___RS_GLSp 4599.JPG index 58756d1e92b1597f5acfa221751eb45b3f1a86b3..43026f875931988499f148583108ad5f117e0bcd 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/5cbbb4b8-88cc-4d5f-907a-505a2a831b8a___RS_GLSp 4599.JPG and b/raw/image_folders/auto/Datasets/Virus/5cbbb4b8-88cc-4d5f-907a-505a2a831b8a___RS_GLSp 4599.JPG differ diff --git a/raw/image_folders/auto/Datasets/Virus/5cd4836c-b974-4228-b23f-1e70e8c3ea11___RS_GLSp 7328.JPG b/raw/image_folders/auto/Datasets/Virus/5cd4836c-b974-4228-b23f-1e70e8c3ea11___RS_GLSp 7328.JPG index 9ceca587d3d06db8fb2f5258d89e640ab39265f2..dfbd8b3b9c27d308e8fd8b98ff76bfbb9547e291 100644 Binary files a/raw/image_folders/auto/Datasets/Virus/5cd4836c-b974-4228-b23f-1e70e8c3ea11___RS_GLSp 7328.JPG and b/raw/image_folders/auto/Datasets/Virus/5cd4836c-b974-4228-b23f-1e70e8c3ea11___RS_GLSp 7328.JPG differ